Html Css Color HEX #475B7F Chambray

📋 copy color: '#475B7F'

red 71 ◦ green 91 ◦ blue 127

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

Shades of Chambray #475B7F

Tints of Chambray #475B7F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.49%

 BLUE value IS 127 (50% from 255) = 43.94%

R = 24.57%
G = 31.49%
B = 43.94%

CMYK

 C value IS 0.44

 M value IS 0.28

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#475B7F (or 0x475B7F) is known color: Chambray. HEX triplet: 47, 5B and 7F. RGB value is (71,91,127). Sum of RGB (Red+Green+Blue) = 71+91+127=289 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.57% from 289); Green value is 91 (35.94% from 255 or 31.49% from 289); Blue value is 127 (50% from 255 or 43.94% from 289); Max value from RGB is 127 - color contains mainly: blue. Hex color #475B7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475B7F is #B8A480. Grayscale: #585858. Windows color (decimal): -12100737 or 8346439. OLE color: 8346439.

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

Color convert

RGB 71 91 127 -
CMYK 0.44 0.28 0 0.50
HSL 218.57º 0.28% 0.39% -
HSV(B) 218.57º 0.44% 0.5% -
XYZ 10.17 10.35 21.54 -
YUV 89.12 149.37 115.07 -
System Red Green Blue C M Y K H S L
Decimal 71 91 127 0.44 0.28 0 0.50 218.57 0.28 0.39
Hex 47 5B 7F 2C 1C 0 32 DB 1C 27
Octal 107 133 177 54 34 0 62 333 34 47
Binary 1000111 1011011 1111111 101100 11100 0 110010 11011011 11100 100111

Color Harmonies of #475B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475B7F

Black with #475B7F

Text Example


Text Example

White with #475B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,91,127); }

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

background-color css

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

 a { background-color: rgb(71,91,127); }

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

border-color css

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

 span { border-color: rgb(71,91,127); }

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