Html Css Color HEX #475D78 Chambray

📋 copy color: '#475D78'

red 71 ◦ green 93 ◦ blue 120

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

Shades of Chambray #475D78

Tints of Chambray #475D78

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.75%

 BLUE value IS 120 (47.27% from 255) = 42.25%

R = 25%
G = 32.75%
B = 42.25%

CMYK

 C value IS 0.41

 M value IS 0.22

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#475D78 (or 0x475D78) is known color: Chambray. HEX triplet: 47, 5D and 78. RGB value is (71,93,120). Sum of RGB (Red+Green+Blue) = 71+93+120=284 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25% from 284); Green value is 93 (36.72% from 255 or 32.75% from 284); Blue value is 120 (47.27% from 255 or 42.25% from 284); Max value from RGB is 120 - color contains mainly: blue. Hex color #475D78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475D78 is #B8A287. Grayscale: #595959. Windows color (decimal): -12100232 or 7888199. OLE color: 7888199.

HSL color Cylindrical-coordinate representation of color #475D78: hue angle of 213.06º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #475D78 is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 71 93 120 -
CMYK 0.41 0.22 0 0.53
HSL 213.06º 0.26% 0.37% -
HSV(B) 213.06º 0.41% 0.47% -
XYZ 9.9 10.52 19.28 -
YUV 89.5 145.21 114.8 -
System Red Green Blue C M Y K H S L
Decimal 71 93 120 0.41 0.22 0 0.53 213.06 0.26 0.37
Hex 47 5D 78 29 16 0 35 D5 1A 25
Octal 107 135 170 51 26 0 65 325 32 45
Binary 1000111 1011101 1111000 101001 10110 0 110101 11010101 11010 100101

Color Harmonies of #475D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475D78

Black with #475D78

Text Example


Text Example

White with #475D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475D78; }

 p { color: rgb(71,93,120); }

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

background-color css

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

 a { background-color: rgb(71,93,120); }

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

border-color css

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

 span { border-color: rgb(71,93,120); }

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