Html Css Color HEX #475982 Chambray

📋 copy color: '#475982'

red 71 ◦ green 89 ◦ blue 130

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

Shades of Chambray #475982

Tints of Chambray #475982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 44.83%

R = 24.48%
G = 30.69%
B = 44.83%

CMYK

 C value IS 0.45

 M value IS 0.32

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#475982 (or 0x475982) is known color: Chambray. HEX triplet: 47, 59 and 82. RGB value is (71,89,130). Sum of RGB (Red+Green+Blue) = 71+89+130=290 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.48% from 290); Green value is 89 (35.16% from 255 or 30.69% from 290); Blue value is 130 (51.17% from 255 or 44.83% from 290); Max value from RGB is 130 - color contains mainly: blue. Hex color #475982 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475982 is #B8A67D. Grayscale: #585858. Windows color (decimal): -12101246 or 8542535. OLE color: 8542535.

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

Color convert

RGB 71 89 130 -
CMYK 0.45 0.32 0 0.49
HSL 221.69º 0.29% 0.39% -
HSV(B) 221.69º 0.45% 0.51% -
XYZ 10.2 10.1 22.53 -
YUV 88.29 151.54 115.67 -
System Red Green Blue C M Y K H S L
Decimal 71 89 130 0.45 0.32 0 0.49 221.69 0.29 0.39
Hex 47 59 82 2D 20 0 31 DE 1D 27
Octal 107 131 202 55 40 0 61 336 35 47
Binary 1000111 1011001 10000010 101101 100000 0 110001 11011110 11101 100111

Color Harmonies of #475982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475982

Black with #475982

Text Example


Text Example

White with #475982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475982; }

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

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

background-color css

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

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

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

border-color css

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

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

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