Html Css Color HEX #475A7B Chambray

📋 copy color: '#475A7B'

red 71 ◦ green 90 ◦ blue 123

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

Shades of Chambray #475A7B

Tints of Chambray #475A7B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.69%

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

R = 25%
G = 31.69%
B = 43.31%

CMYK

 C value IS 0.42

 M value IS 0.27

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#475A7B (or 0x475A7B) is known color: Chambray. HEX triplet: 47, 5A and 7B. RGB value is (71,90,123). Sum of RGB (Red+Green+Blue) = 71+90+123=284 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25% from 284); Green value is 90 (35.55% from 255 or 31.69% from 284); Blue value is 123 (48.44% from 255 or 43.31% from 284); Max value from RGB is 123 - color contains mainly: blue. Hex color #475A7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475A7B is #B8A584. Grayscale: #575757. Windows color (decimal): -12100997 or 8084039. OLE color: 8084039.

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

Color convert

RGB 71 90 123 -
CMYK 0.42 0.27 0 0.52
HSL 218.08º 0.27% 0.38% -
HSV(B) 218.08º 0.42% 0.48% -
XYZ 9.83 10.08 20.17 -
YUV 88.08 147.71 115.82 -
System Red Green Blue C M Y K H S L
Decimal 71 90 123 0.42 0.27 0 0.52 218.08 0.27 0.38
Hex 47 5A 7B 2A 1B 0 34 DA 1B 26
Octal 107 132 173 52 33 0 64 332 33 46
Binary 1000111 1011010 1111011 101010 11011 0 110100 11011010 11011 100110

Color Harmonies of #475A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475A7B

Black with #475A7B

Text Example


Text Example

White with #475A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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