Html Css Color HEX #475778 Chambray

📋 copy color: '#475778'

red 71 ◦ green 87 ◦ blue 120

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

Shades of Chambray #475778

Tints of Chambray #475778

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.29%

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

R = 25.54%
G = 31.29%
B = 43.17%

CMYK

 C value IS 0.41

 M value IS 0.28

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#475778 (or 0x475778) is known color: Chambray. HEX triplet: 47, 57 and 78. RGB value is (71,87,120). Sum of RGB (Red+Green+Blue) = 71+87+120=278 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.54% from 278); Green value is 87 (34.38% from 255 or 31.29% from 278); Blue value is 120 (47.27% from 255 or 43.17% from 278); Max value from RGB is 120 - color contains mainly: blue. Hex color #475778 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475778 is #B8A887. Grayscale: #555555. Windows color (decimal): -12101768 or 7886663. OLE color: 7886663.

HSL color Cylindrical-coordinate representation of color #475778: hue angle of 220.41º 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 #475778 is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 71 87 120 -
CMYK 0.41 0.28 0 0.53
HSL 220.41º 0.26% 0.37% -
HSV(B) 220.41º 0.41% 0.47% -
XYZ 9.4 9.51 19.11 -
YUV 85.98 147.2 117.32 -
System Red Green Blue C M Y K H S L
Decimal 71 87 120 0.41 0.28 0 0.53 220.41 0.26 0.37
Hex 47 57 78 29 1C 0 35 DC 1A 25
Octal 107 127 170 51 34 0 65 334 32 45
Binary 1000111 1010111 1111000 101001 11100 0 110101 11011100 11010 100101

Color Harmonies of #475778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475778

Black with #475778

Text Example


Text Example

White with #475778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475778; }

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

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

background-color css

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

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

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

border-color css

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

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

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