Html Css Color HEX #476489 Wedgewood

📋 copy color: '#476489'

red 71 ◦ green 100 ◦ blue 137

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

Shades of Wedgewood #476489

Tints of Wedgewood #476489

RGB

 RED value IS 71 (28.13% from 255) = 23.05%

 GREEN value IS 100 (39.45% from 255) = 32.47%

 BLUE value IS 137 (53.91% from 255) = 44.48%

R = 23.05%
G = 32.47%
B = 44.48%

CMYK

 C value IS 0.48

 M value IS 0.27

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#476489 (or 0x476489) is known color: Wedgewood. HEX triplet: 47, 64 and 89. RGB value is (71,100,137). Sum of RGB (Red+Green+Blue) = 71+100+137=308 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.05% from 308); Green value is 100 (39.45% from 255 or 32.47% from 308); Blue value is 137 (53.91% from 255 or 44.48% from 308); Max value from RGB is 137 - color contains mainly: blue. Hex color #476489 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476489 is #B89B76. Grayscale: #5F5F5F. Windows color (decimal): -12098423 or 9004103. OLE color: 9004103.

HSL color Cylindrical-coordinate representation of color #476489: hue angle of 213.64º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #476489 is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 71 100 137 -
CMYK 0.48 0.27 0 0.46
HSL 213.64º 0.32% 0.41% -
HSV(B) 213.64º 0.48% 0.54% -
XYZ 11.67 12.26 25.42 -
YUV 95.55 151.39 110.49 -
System Red Green Blue C M Y K H S L
Decimal 71 100 137 0.48 0.27 0 0.46 213.64 0.32 0.41
Hex 47 64 89 30 1B 0 2E D6 20 29
Octal 107 144 211 60 33 0 56 326 40 51
Binary 1000111 1100100 10001001 110000 11011 0 101110 11010110 100000 101001

Color Harmonies of #476489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476489

Black with #476489

Text Example


Text Example

White with #476489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476489; }

 p { color: rgb(71,100,137); }

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

background-color css

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

 a { background-color: rgb(71,100,137); }

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

border-color css

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

 span { border-color: rgb(71,100,137); }

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