Html Css Color HEX #475882 Chambray

📋 copy color: '#475882'

red 71 ◦ green 88 ◦ blue 130

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

Shades of Chambray #475882

Tints of Chambray #475882

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.45%

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

R = 24.57%
G = 30.45%
B = 44.98%

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

#475882 (or 0x475882) is known color: Chambray. HEX triplet: 47, 58 and 82. RGB value is (71,88,130). Sum of RGB (Red+Green+Blue) = 71+88+130=289 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.57% from 289); Green value is 88 (34.77% from 255 or 30.45% from 289); Blue value is 130 (51.17% from 255 or 44.98% from 289); Max value from RGB is 130 - color contains mainly: blue. Hex color #475882 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475882 is #B8A77D. Grayscale: #575757. Windows color (decimal): -12101502 or 8542279. OLE color: 8542279.

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

Color convert

RGB 71 88 130 -
CMYK 0.45 0.32 0 0.49
HSL 222.71º 0.29% 0.39% -
HSV(B) 222.71º 0.45% 0.51% -
XYZ 10.12 9.93 22.5 -
YUV 87.71 151.87 116.08 -
System Red Green Blue C M Y K H S L
Decimal 71 88 130 0.45 0.32 0 0.49 222.71 0.29 0.39
Hex 47 58 82 2D 20 0 31 DF 1D 27
Octal 107 130 202 55 40 0 61 337 35 47
Binary 1000111 1011000 10000010 101101 100000 0 110001 11011111 11101 100111

Color Harmonies of #475882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475882

Black with #475882

Text Example


Text Example

White with #475882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475882; }

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

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

background-color css

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

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

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

border-color css

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

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

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