Html Css Color HEX #475B6F Chambray

📋 copy color: '#475B6F'

red 71 ◦ green 91 ◦ blue 111

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

Shades of Chambray #475B6F

Tints of Chambray #475B6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 40.66%

R = 26.01%
G = 33.33%
B = 40.66%

CMYK

 C value IS 0.36

 M value IS 0.18

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#475B6F (or 0x475B6F) is known color: Chambray. HEX triplet: 47, 5B and 6F. RGB value is (71,91,111). Sum of RGB (Red+Green+Blue) = 71+91+111=273 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.01% from 273); Green value is 91 (35.94% from 255 or 33.33% from 273); Blue value is 111 (43.75% from 255 or 40.66% from 273); Max value from RGB is 111 - color contains mainly: blue. Hex color #475B6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475B6F is #B8A490. Grayscale: #575757. Windows color (decimal): -12100753 or 7297863. OLE color: 7297863.

HSL color Cylindrical-coordinate representation of color #475B6F: hue angle of 210º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #475B6F is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 91 111 -
CMYK 0.36 0.18 0 0.56
HSL 210º 0.22% 0.36% -
HSV(B) 210º 0.36% 0.44% -
XYZ 9.21 9.97 16.48 -
YUV 87.3 141.37 116.37 -
System Red Green Blue C M Y K H S L
Decimal 71 91 111 0.36 0.18 0 0.56 210 0.22 0.36
Hex 47 5B 6F 24 12 0 38 D2 16 24
Octal 107 133 157 44 22 0 70 322 26 44
Binary 1000111 1011011 1101111 100100 10010 0 111000 11010010 10110 100100

Color Harmonies of #475B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475B6F

Black with #475B6F

Text Example


Text Example

White with #475B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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