Html Css Color HEX #475481 Chambray

📋 copy color: '#475481'

red 71 ◦ green 84 ◦ blue 129

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

Shades of Chambray #475481

Tints of Chambray #475481

RGB

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

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

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

R = 25%
G = 29.58%
B = 45.42%

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

#475481 (or 0x475481) is known color: Chambray. HEX triplet: 47, 54 and 81. RGB value is (71,84,129). Sum of RGB (Red+Green+Blue) = 71+84+129=284 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25% from 284); Green value is 84 (33.20% from 255 or 29.58% from 284); Blue value is 129 (50.78% from 255 or 45.42% from 284); Max value from RGB is 129 - color contains mainly: blue. Hex color #475481 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475481 is #B8AB7E. Grayscale: #555555. Windows color (decimal): -12102527 or 8475719. OLE color: 8475719.

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

Color convert

RGB 71 84 129 -
CMYK 0.45 0.35 0 0.49
HSL 226.55º 0.29% 0.39% -
HSV(B) 226.55º 0.45% 0.51% -
XYZ 9.73 9.27 22.04 -
YUV 85.24 152.69 117.84 -
System Red Green Blue C M Y K H S L
Decimal 71 84 129 0.45 0.35 0 0.49 226.55 0.29 0.39
Hex 47 54 81 2D 23 0 31 E3 1D 27
Octal 107 124 201 55 43 0 61 343 35 47
Binary 1000111 1010100 10000001 101101 100011 0 110001 11100011 11101 100111

Color Harmonies of #475481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475481

Black with #475481

Text Example


Text Example

White with #475481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475481; }

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

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

background-color css

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

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

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

border-color css

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

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

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