Html Css Color HEX #456982 Wedgewood

📋 copy color: '#456982'

red 69 ◦ green 105 ◦ blue 130

#456982
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wedgewood #456982

Tints of Wedgewood #456982

RGB

 RED value IS 69 (27.34% from 255) = 22.7%

 GREEN value IS 105 (41.41% from 255) = 34.54%

 BLUE value IS 130 (51.17% from 255) = 42.76%

R = 22.7%
G = 34.54%
B = 42.76%

CMYK

 C value IS 0.47

 M value IS 0.19

 Y value IS 0

 K value IS 0.49

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#456982 (or 0x456982) is known color: Wedgewood. HEX triplet: 45, 69 and 82. RGB value is (69,105,130). Sum of RGB (Red+Green+Blue) = 69+105+130=304 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.70% from 304); Green value is 105 (41.41% from 255 or 34.54% from 304); Blue value is 130 (51.17% from 255 or 42.76% from 304); Max value from RGB is 130 - color contains mainly: blue. Hex color #456982 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456982 is #BA967D. Grayscale: #606060. Windows color (decimal): -12228222 or 8546629. OLE color: 8546629.

HSL color Cylindrical-coordinate representation of color #456982: hue angle of 204.59º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #456982 is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 69 105 130 -
CMYK 0.47 0.19 0 0.49
HSL 204.59º 0.31% 0.39% -
HSV(B) 204.59º 0.47% 0.51% -
XYZ 11.54 12.98 23.02 -
YUV 97.09 146.57 107.97 -
System Red Green Blue C M Y K H S L
Decimal 69 105 130 0.47 0.19 0 0.49 204.59 0.31 0.39
Hex 45 69 82 2F 13 0 31 CD 1F 27
Octal 105 151 202 57 23 0 61 315 37 47
Binary 1000101 1101001 10000010 101111 10011 0 110001 11001101 11111 100111

Color Harmonies of #456982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456982

Black with #456982

Text Example


Text Example

White with #456982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456982; }

 p { color: rgb(69,105,130); }

 H1.HeaderClassName
 {
   color: #456982;
 }
 .AnyTagClassName
 {
   color: #456982;
 }
</style>

background-color css

<style>
 a { background-color: #456982; }

 a { background-color: rgb(69,105,130); }

 div.DivClassName
 {
   background-color: #456982;
 }
 .BgClassName
 {
   background-color: #456982;
 }
</style>

border-color css

<style>
 span { border-color: #456982; }

 span { border-color: rgb(69,105,130); }

 td.TdClassName
 {
   border-color: #456982;
 }
 .TagClassName
 {
   border-color: #456982;
 }
</style>