Html Css Color HEX #456884 Wedgewood

📋 copy color: '#456884'

red 69 ◦ green 104 ◦ blue 132

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

Shades of Wedgewood #456884

Tints of Wedgewood #456884

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.1%

 BLUE value IS 132 (51.95% from 255) = 43.28%

R = 22.62%
G = 34.1%
B = 43.28%

CMYK

 C value IS 0.48

 M value IS 0.21

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#456884 (or 0x456884) is known color: Wedgewood. HEX triplet: 45, 68 and 84. RGB value is (69,104,132). Sum of RGB (Red+Green+Blue) = 69+104+132=305 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.62% from 305); Green value is 104 (41.02% from 255 or 34.10% from 305); Blue value is 132 (51.95% from 255 or 43.28% from 305); Max value from RGB is 132 - color contains mainly: blue. Hex color #456884 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456884 is #BA977B. Grayscale: #606060. Windows color (decimal): -12228476 or 8677445. OLE color: 8677445.

HSL color Cylindrical-coordinate representation of color #456884: hue angle of 206.67º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #456884 is Cyan = 0.48, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 69 104 132 -
CMYK 0.48 0.21 0 0.48
HSL 206.67º 0.31% 0.39% -
HSV(B) 206.67º 0.48% 0.52% -
XYZ 11.57 12.83 23.7 -
YUV 96.73 147.9 108.22 -
System Red Green Blue C M Y K H S L
Decimal 69 104 132 0.48 0.21 0 0.48 206.67 0.31 0.39
Hex 45 68 84 30 15 0 30 CF 1F 27
Octal 105 150 204 60 25 0 60 317 37 47
Binary 1000101 1101000 10000100 110000 10101 0 110000 11001111 11111 100111

Color Harmonies of #456884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456884

Black with #456884

Text Example


Text Example

White with #456884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456884; }

 p { color: rgb(69,104,132); }

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

background-color css

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

 a { background-color: rgb(69,104,132); }

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

border-color css

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

 span { border-color: rgb(69,104,132); }

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