Html Css Color HEX #475769 Chambray

📋 copy color: '#475769'

red 71 ◦ green 87 ◦ blue 105

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

Shades of Chambray #475769

Tints of Chambray #475769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 39.92%

R = 27%
G = 33.08%
B = 39.92%

CMYK

 C value IS 0.32

 M value IS 0.17

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#475769 (or 0x475769) is known color: Chambray. HEX triplet: 47, 57 and 69. RGB value is (71,87,105). Sum of RGB (Red+Green+Blue) = 71+87+105=263 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.00% from 263); Green value is 87 (34.38% from 255 or 33.08% from 263); Blue value is 105 (41.41% from 255 or 39.92% from 263); Max value from RGB is 105 - color contains mainly: blue. Hex color #475769 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475769 is #B8A896. Grayscale: #545454. Windows color (decimal): -12101783 or 6903623. OLE color: 6903623.

HSL color Cylindrical-coordinate representation of color #475769: hue angle of 211.76º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #475769 is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 71 87 105 -
CMYK 0.32 0.17 0 0.59
HSL 211.76º 0.19% 0.35% -
HSV(B) 211.76º 0.32% 0.41% -
XYZ 8.56 9.18 14.68 -
YUV 84.27 139.7 118.54 -
System Red Green Blue C M Y K H S L
Decimal 71 87 105 0.32 0.17 0 0.59 211.76 0.19 0.35
Hex 47 57 69 20 11 0 3B D4 13 23
Octal 107 127 151 40 21 0 73 324 23 43
Binary 1000111 1010111 1101001 100000 10001 0 111011 11010100 10011 100011

Color Harmonies of #475769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475769

Black with #475769

Text Example


Text Example

White with #475769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475769; }

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

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

background-color css

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

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

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

border-color css

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

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

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