Html Css Color HEX #475D7E Chambray

📋 copy color: '#475D7E'

red 71 ◦ green 93 ◦ blue 126

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

Shades of Chambray #475D7E

Tints of Chambray #475D7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 43.45%

R = 24.48%
G = 32.07%
B = 43.45%

CMYK

 C value IS 0.44

 M value IS 0.26

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#475D7E (or 0x475D7E) is known color: Chambray. HEX triplet: 47, 5D and 7E. RGB value is (71,93,126). Sum of RGB (Red+Green+Blue) = 71+93+126=290 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.48% from 290); Green value is 93 (36.72% from 255 or 32.07% from 290); Blue value is 126 (49.61% from 255 or 43.45% from 290); Max value from RGB is 126 - color contains mainly: blue. Hex color #475D7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475D7E is #B8A281. Grayscale: #5A5A5A. Windows color (decimal): -12100226 or 8281415. OLE color: 8281415.

HSL color Cylindrical-coordinate representation of color #475D7E: hue angle of 216º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #475D7E is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 71 93 126 -
CMYK 0.44 0.26 0 0.51
HSL 216º 0.28% 0.39% -
HSV(B) 216º 0.44% 0.49% -
XYZ 10.28 10.67 21.26 -
YUV 90.18 148.21 114.32 -
System Red Green Blue C M Y K H S L
Decimal 71 93 126 0.44 0.26 0 0.51 216 0.28 0.39
Hex 47 5D 7E 2C 1A 0 33 D8 1C 27
Octal 107 135 176 54 32 0 63 330 34 47
Binary 1000111 1011101 1111110 101100 11010 0 110011 11011000 11100 100111

Color Harmonies of #475D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475D7E

Black with #475D7E

Text Example


Text Example

White with #475D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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