Html Css Color HEX #445981 Chambray

📋 copy color: '#445981'

red 68 ◦ green 89 ◦ blue 129

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

Shades of Chambray #445981

Tints of Chambray #445981

RGB

 RED value IS 68 (26.95% from 255) = 23.78%

 GREEN value IS 89 (35.16% from 255) = 31.12%

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

R = 23.78%
G = 31.12%
B = 45.1%

CMYK

 C value IS 0.47

 M value IS 0.31

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#445981 (or 0x445981) is known color: Chambray. HEX triplet: 44, 59 and 81. RGB value is (68,89,129). Sum of RGB (Red+Green+Blue) = 68+89+129=286 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.78% from 286); Green value is 89 (35.16% from 255 or 31.12% from 286); Blue value is 129 (50.78% from 255 or 45.10% from 286); Max value from RGB is 129 - color contains mainly: blue. Hex color #445981 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445981 is #BBA67E. Grayscale: #575757. Windows color (decimal): -12297855 or 8476996. OLE color: 8476996.

HSL color Cylindrical-coordinate representation of color #445981: hue angle of 219.34º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #445981 is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 68 89 129 -
CMYK 0.47 0.31 0 0.49
HSL 219.34º 0.31% 0.39% -
HSV(B) 219.34º 0.47% 0.51% -
XYZ 9.92 9.96 22.17 -
YUV 87.28 151.54 114.25 -
System Red Green Blue C M Y K H S L
Decimal 68 89 129 0.47 0.31 0 0.49 219.34 0.31 0.39
Hex 44 59 81 2F 1F 0 31 DB 1F 27
Octal 104 131 201 57 37 0 61 333 37 47
Binary 1000100 1011001 10000001 101111 11111 0 110001 11011011 11111 100111

Color Harmonies of #445981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445981

Black with #445981

Text Example


Text Example

White with #445981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445981; }

 p { color: rgb(68,89,129); }

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

background-color css

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

 a { background-color: rgb(68,89,129); }

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

border-color css

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

 span { border-color: rgb(68,89,129); }

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