Html Css Color HEX #445976 Chambray

📋 copy color: '#445976'

red 68 ◦ green 89 ◦ blue 118

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

Shades of Chambray #445976

Tints of Chambray #445976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 42.91%

R = 24.73%
G = 32.36%
B = 42.91%

CMYK

 C value IS 0.42

 M value IS 0.25

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#445976 (or 0x445976) is known color: Chambray. HEX triplet: 44, 59 and 76. RGB value is (68,89,118). Sum of RGB (Red+Green+Blue) = 68+89+118=275 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.73% from 275); Green value is 89 (35.16% from 255 or 32.36% from 275); Blue value is 118 (46.48% from 255 or 42.91% from 275); Max value from RGB is 118 - color contains mainly: blue. Hex color #445976 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445976 is #BBA689. Grayscale: #555555. Windows color (decimal): -12297866 or 7756100. OLE color: 7756100.

HSL color Cylindrical-coordinate representation of color #445976: hue angle of 214.8º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #445976 is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 68 89 118 -
CMYK 0.42 0.25 0 0.54
HSL 214.8º 0.27% 0.36% -
HSV(B) 214.8º 0.42% 0.46% -
XYZ 9.23 9.68 18.52 -
YUV 86.03 146.04 115.14 -
System Red Green Blue C M Y K H S L
Decimal 68 89 118 0.42 0.25 0 0.54 214.8 0.27 0.36
Hex 44 59 76 2A 19 0 36 D7 1B 24
Octal 104 131 166 52 31 0 66 327 33 44
Binary 1000100 1011001 1110110 101010 11001 0 110110 11010111 11011 100100

Color Harmonies of #445976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445976

Black with #445976

Text Example


Text Example

White with #445976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445976; }

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

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

background-color css

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

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

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

border-color css

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

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

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