Html Css Color HEX #475B6E Chambray

📋 copy color: '#475B6E'

red 71 ◦ green 91 ◦ blue 110

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

Shades of Chambray #475B6E

Tints of Chambray #475B6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 40.44%

R = 26.1%
G = 33.46%
B = 40.44%

CMYK

 C value IS 0.35

 M value IS 0.17

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#475B6E (or 0x475B6E) is known color: Chambray. HEX triplet: 47, 5B and 6E. RGB value is (71,91,110). Sum of RGB (Red+Green+Blue) = 71+91+110=272 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.10% from 272); Green value is 91 (35.94% from 255 or 33.46% from 272); Blue value is 110 (43.36% from 255 or 40.44% from 272); Max value from RGB is 110 - color contains mainly: blue. Hex color #475B6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475B6E is #B8A491. Grayscale: #575757. Windows color (decimal): -12100754 or 7232327. OLE color: 7232327.

HSL color Cylindrical-coordinate representation of color #475B6E: hue angle of 209.23º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #475B6E is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 71 91 110 -
CMYK 0.35 0.17 0 0.57
HSL 209.23º 0.22% 0.35% -
HSV(B) 209.23º 0.35% 0.43% -
XYZ 9.15 9.95 16.19 -
YUV 87.19 140.87 116.46 -
System Red Green Blue C M Y K H S L
Decimal 71 91 110 0.35 0.17 0 0.57 209.23 0.22 0.35
Hex 47 5B 6E 23 11 0 39 D1 16 23
Octal 107 133 156 43 21 0 71 321 26 43
Binary 1000111 1011011 1101110 100011 10001 0 111001 11010001 10110 100011

Color Harmonies of #475B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475B6E

Black with #475B6E

Text Example


Text Example

White with #475B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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