Html Css Color HEX #475983 Chambray

📋 copy color: '#475983'

red 71 ◦ green 89 ◦ blue 131

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

Shades of Chambray #475983

Tints of Chambray #475983

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.58%

 BLUE value IS 131 (51.56% from 255) = 45.02%

R = 24.4%
G = 30.58%
B = 45.02%

CMYK

 C value IS 0.46

 M value IS 0.32

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#475983 (or 0x475983) is known color: Chambray. HEX triplet: 47, 59 and 83. RGB value is (71,89,131). Sum of RGB (Red+Green+Blue) = 71+89+131=291 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.40% from 291); Green value is 89 (35.16% from 255 or 30.58% from 291); Blue value is 131 (51.56% from 255 or 45.02% from 291); Max value from RGB is 131 - color contains mainly: blue. Hex color #475983 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475983 is #B8A67C. Grayscale: #585858. Windows color (decimal): -12101245 or 8608071. OLE color: 8608071.

HSL color Cylindrical-coordinate representation of color #475983: hue angle of 222º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #475983 is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 71 89 131 -
CMYK 0.46 0.32 0 0.49
HSL 222º 0.3% 0.4% -
HSV(B) 222º 0.46% 0.51% -
XYZ 10.27 10.12 22.89 -
YUV 88.41 152.04 115.58 -
System Red Green Blue C M Y K H S L
Decimal 71 89 131 0.46 0.32 0 0.49 222 0.3 0.4
Hex 47 59 83 2E 20 0 31 DE 1E 28
Octal 107 131 203 56 40 0 61 336 36 50
Binary 1000111 1011001 10000011 101110 100000 0 110001 11011110 11110 101000

Color Harmonies of #475983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475983

Black with #475983

Text Example


Text Example

White with #475983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475983; }

 p { color: rgb(71,89,131); }

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

background-color css

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

 a { background-color: rgb(71,89,131); }

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

border-color css

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

 span { border-color: rgb(71,89,131); }

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