Html Css Color HEX #475482 Chambray

📋 copy color: '#475482'

red 71 ◦ green 84 ◦ blue 130

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

Shades of Chambray #475482

Tints of Chambray #475482

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.47%

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

R = 24.91%
G = 29.47%
B = 45.61%

CMYK

 C value IS 0.45

 M value IS 0.35

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#475482 (or 0x475482) is known color: Chambray. HEX triplet: 47, 54 and 82. RGB value is (71,84,130). Sum of RGB (Red+Green+Blue) = 71+84+130=285 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.91% from 285); Green value is 84 (33.20% from 255 or 29.47% from 285); Blue value is 130 (51.17% from 255 or 45.61% from 285); Max value from RGB is 130 - color contains mainly: blue. Hex color #475482 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475482 is #B8AB7D. Grayscale: #555555. Windows color (decimal): -12102526 or 8541255. OLE color: 8541255.

HSL color Cylindrical-coordinate representation of color #475482: hue angle of 226.78º 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 #475482 is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 71 84 130 -
CMYK 0.45 0.35 0 0.49
HSL 226.78º 0.29% 0.39% -
HSV(B) 226.78º 0.45% 0.51% -
XYZ 9.8 9.29 22.4 -
YUV 85.36 153.19 117.76 -
System Red Green Blue C M Y K H S L
Decimal 71 84 130 0.45 0.35 0 0.49 226.78 0.29 0.39
Hex 47 54 82 2D 23 0 31 E3 1D 27
Octal 107 124 202 55 43 0 61 343 35 47
Binary 1000111 1010100 10000010 101101 100011 0 110001 11100011 11101 100111

Color Harmonies of #475482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475482

Black with #475482

Text Example


Text Example

White with #475482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475482; }

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

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

background-color css

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

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

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

border-color css

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

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

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