Html Css Color HEX #475D7B Chambray

📋 copy color: '#475D7B'

red 71 ◦ green 93 ◦ blue 123

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

Shades of Chambray #475D7B

Tints of Chambray #475D7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 42.86%

R = 24.74%
G = 32.4%
B = 42.86%

CMYK

 C value IS 0.42

 M value IS 0.24

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#475D7B (or 0x475D7B) is known color: Chambray. HEX triplet: 47, 5D and 7B. RGB value is (71,93,123). Sum of RGB (Red+Green+Blue) = 71+93+123=287 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.74% from 287); Green value is 93 (36.72% from 255 or 32.40% from 287); Blue value is 123 (48.44% from 255 or 42.86% from 287); Max value from RGB is 123 - color contains mainly: blue. Hex color #475D7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475D7B is #B8A284. Grayscale: #595959. Windows color (decimal): -12100229 or 8084807. OLE color: 8084807.

HSL color Cylindrical-coordinate representation of color #475D7B: hue angle of 214.62º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #475D7B is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 71 93 123 -
CMYK 0.42 0.24 0 0.52
HSL 214.62º 0.27% 0.38% -
HSV(B) 214.62º 0.42% 0.48% -
XYZ 10.09 10.6 20.25 -
YUV 89.84 146.71 114.56 -
System Red Green Blue C M Y K H S L
Decimal 71 93 123 0.42 0.24 0 0.52 214.62 0.27 0.38
Hex 47 5D 7B 2A 18 0 34 D7 1B 26
Octal 107 135 173 52 30 0 64 327 33 46
Binary 1000111 1011101 1111011 101010 11000 0 110100 11010111 11011 100110

Color Harmonies of #475D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475D7B

Black with #475D7B

Text Example


Text Example

White with #475D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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