Html Css Color HEX #475C7C Chambray

📋 copy color: '#475C7C'

red 71 ◦ green 92 ◦ blue 124

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

Shades of Chambray #475C7C

Tints of Chambray #475C7C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.06%

 BLUE value IS 124 (48.83% from 255) = 43.21%

R = 24.74%
G = 32.06%
B = 43.21%

CMYK

 C value IS 0.43

 M value IS 0.26

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#475C7C (or 0x475C7C) is known color: Chambray. HEX triplet: 47, 5C and 7C. RGB value is (71,92,124). Sum of RGB (Red+Green+Blue) = 71+92+124=287 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.74% from 287); Green value is 92 (36.33% from 255 or 32.06% from 287); Blue value is 124 (48.83% from 255 or 43.21% from 287); Max value from RGB is 124 - color contains mainly: blue. Hex color #475C7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475C7C is #B8A383. Grayscale: #595959. Windows color (decimal): -12100484 or 8150087. OLE color: 8150087.

HSL color Cylindrical-coordinate representation of color #475C7C: hue angle of 216.23º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #475C7C is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 71 92 124 -
CMYK 0.43 0.26 0 0.51
HSL 216.23º 0.27% 0.38% -
HSV(B) 216.23º 0.43% 0.49% -
XYZ 10.06 10.45 20.56 -
YUV 89.37 147.54 114.9 -
System Red Green Blue C M Y K H S L
Decimal 71 92 124 0.43 0.26 0 0.51 216.23 0.27 0.38
Hex 47 5C 7C 2B 1A 0 33 D8 1B 26
Octal 107 134 174 53 32 0 63 330 33 46
Binary 1000111 1011100 1111100 101011 11010 0 110011 11011000 11011 100110

Color Harmonies of #475C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475C7C

Black with #475C7C

Text Example


Text Example

White with #475C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,92,124); }

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

background-color css

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

 a { background-color: rgb(71,92,124); }

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

border-color css

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

 span { border-color: rgb(71,92,124); }

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