Html Css Color HEX #475884 Chambray

📋 copy color: '#475884'

red 71 ◦ green 88 ◦ blue 132

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

Shades of Chambray #475884

Tints of Chambray #475884

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.24%

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

R = 24.4%
G = 30.24%
B = 45.36%

CMYK

 C value IS 0.46

 M value IS 0.33

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#475884 (or 0x475884) is known color: Chambray. HEX triplet: 47, 58 and 84. RGB value is (71,88,132). Sum of RGB (Red+Green+Blue) = 71+88+132=291 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.40% from 291); Green value is 88 (34.77% from 255 or 30.24% from 291); Blue value is 132 (51.95% from 255 or 45.36% from 291); Max value from RGB is 132 - color contains mainly: blue. Hex color #475884 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475884 is #B8A77B. Grayscale: #575757. Windows color (decimal): -12101500 or 8673351. OLE color: 8673351.

HSL color Cylindrical-coordinate representation of color #475884: hue angle of 223.28º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #475884 is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 71 88 132 -
CMYK 0.46 0.33 0 0.48
HSL 223.28º 0.3% 0.4% -
HSV(B) 223.28º 0.46% 0.52% -
XYZ 10.25 9.98 23.22 -
YUV 87.93 152.87 115.92 -
System Red Green Blue C M Y K H S L
Decimal 71 88 132 0.46 0.33 0 0.48 223.28 0.3 0.4
Hex 47 58 84 2E 21 0 30 DF 1E 28
Octal 107 130 204 56 41 0 60 337 36 50
Binary 1000111 1011000 10000100 101110 100001 0 110000 11011111 11110 101000

Color Harmonies of #475884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475884

Black with #475884

Text Example


Text Example

White with #475884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475884; }

 p { color: rgb(71,88,132); }

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

background-color css

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

 a { background-color: rgb(71,88,132); }

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

border-color css

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

 span { border-color: rgb(71,88,132); }

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