Html Css Color HEX #475581 Chambray

📋 copy color: '#475581'

red 71 ◦ green 85 ◦ blue 129

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

Shades of Chambray #475581

Tints of Chambray #475581

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.82%

 BLUE value IS 129 (50.78% from 255) = 45.26%

R = 24.91%
G = 29.82%
B = 45.26%

CMYK

 C value IS 0.45

 M value IS 0.34

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#475581 (or 0x475581) is known color: Chambray. HEX triplet: 47, 55 and 81. RGB value is (71,85,129). Sum of RGB (Red+Green+Blue) = 71+85+129=285 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.91% from 285); Green value is 85 (33.59% from 255 or 29.82% from 285); Blue value is 129 (50.78% from 255 or 45.26% from 285); Max value from RGB is 129 - color contains mainly: blue. Hex color #475581 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475581 is #B8AA7E. Grayscale: #555555. Windows color (decimal): -12102271 or 8475975. OLE color: 8475975.

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

Color convert

RGB 71 85 129 -
CMYK 0.45 0.34 0 0.49
HSL 225.52º 0.29% 0.39% -
HSV(B) 225.52º 0.45% 0.51% -
XYZ 9.81 9.42 22.07 -
YUV 85.83 152.36 117.42 -
System Red Green Blue C M Y K H S L
Decimal 71 85 129 0.45 0.34 0 0.49 225.52 0.29 0.39
Hex 47 55 81 2D 22 0 31 E2 1D 27
Octal 107 125 201 55 42 0 61 342 35 47
Binary 1000111 1010101 10000001 101101 100010 0 110001 11100010 11101 100111

Color Harmonies of #475581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475581

Black with #475581

Text Example


Text Example

White with #475581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475581; }

 p { color: rgb(71,85,129); }

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

background-color css

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

 a { background-color: rgb(71,85,129); }

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

border-color css

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

 span { border-color: rgb(71,85,129); }

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