Html Css Color HEX #475B7C Chambray

📋 copy color: '#475B7C'

red 71 ◦ green 91 ◦ blue 124

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

Shades of Chambray #475B7C

Tints of Chambray #475B7C

RGB

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

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

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

R = 24.83%
G = 31.82%
B = 43.36%

CMYK

 C value IS 0.43

 M value IS 0.27

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#475B7C (or 0x475B7C) is known color: Chambray. HEX triplet: 47, 5B and 7C. RGB value is (71,91,124). Sum of RGB (Red+Green+Blue) = 71+91+124=286 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.83% from 286); Green value is 91 (35.94% from 255 or 31.82% from 286); Blue value is 124 (48.83% from 255 or 43.36% from 286); Max value from RGB is 124 - color contains mainly: blue. Hex color #475B7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475B7C is #B8A483. Grayscale: #585858. Windows color (decimal): -12100740 or 8149831. OLE color: 8149831.

HSL color Cylindrical-coordinate representation of color #475B7C: hue angle of 217.36º 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 #475B7C is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 71 91 124 -
CMYK 0.43 0.27 0 0.51
HSL 217.36º 0.27% 0.38% -
HSV(B) 217.36º 0.43% 0.49% -
XYZ 9.98 10.28 20.53 -
YUV 88.78 147.87 115.32 -
System Red Green Blue C M Y K H S L
Decimal 71 91 124 0.43 0.27 0 0.51 217.36 0.27 0.38
Hex 47 5B 7C 2B 1B 0 33 D9 1B 26
Octal 107 133 174 53 33 0 63 331 33 46
Binary 1000111 1011011 1111100 101011 11011 0 110011 11011001 11011 100110

Color Harmonies of #475B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475B7C

Black with #475B7C

Text Example


Text Example

White with #475B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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