Html Css Color HEX #476081 Chambray

📋 copy color: '#476081'

red 71 ◦ green 96 ◦ blue 129

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

Shades of Chambray #476081

Tints of Chambray #476081

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.43%

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

R = 23.99%
G = 32.43%
B = 43.58%

CMYK

 C value IS 0.45

 M value IS 0.26

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#476081 (or 0x476081) is known color: Chambray. HEX triplet: 47, 60 and 81. RGB value is (71,96,129). Sum of RGB (Red+Green+Blue) = 71+96+129=296 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.99% from 296); Green value is 96 (37.89% from 255 or 32.43% from 296); Blue value is 129 (50.78% from 255 or 43.58% from 296); Max value from RGB is 129 - color contains mainly: blue. Hex color #476081 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476081 is #B89F7E. Grayscale: #5C5C5C. Windows color (decimal): -12099455 or 8478791. OLE color: 8478791.

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

Color convert

RGB 71 96 129 -
CMYK 0.45 0.26 0 0.49
HSL 214.14º 0.29% 0.39% -
HSV(B) 214.14º 0.45% 0.51% -
XYZ 10.74 11.29 22.38 -
YUV 92.29 148.72 112.82 -
System Red Green Blue C M Y K H S L
Decimal 71 96 129 0.45 0.26 0 0.49 214.14 0.29 0.39
Hex 47 60 81 2D 1A 0 31 D6 1D 27
Octal 107 140 201 55 32 0 61 326 35 47
Binary 1000111 1100000 10000001 101101 11010 0 110001 11010110 11101 100111

Color Harmonies of #476081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476081

Black with #476081

Text Example


Text Example

White with #476081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476081; }

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

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

background-color css

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

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

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

border-color css

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

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

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