Html Css Color HEX #445060 Cello

📋 copy color: '#445060'

red 68 ◦ green 80 ◦ blue 96

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

Shades of Cello #445060

Tints of Cello #445060

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.79%

 BLUE value IS 96 (37.89% from 255) = 39.34%

R = 27.87%
G = 32.79%
B = 39.34%

CMYK

 C value IS 0.29

 M value IS 0.17

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#445060 (or 0x445060) is known color: Cello. HEX triplet: 44, 50 and 60. RGB value is (68,80,96). Sum of RGB (Red+Green+Blue) = 68+80+96=244 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.87% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 96 (37.89% from 255 or 39.34% from 244); Max value from RGB is 96 - color contains mainly: blue. Hex color #445060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445060 is #BBAF9F. Grayscale: #4E4E4E. Windows color (decimal): -12300192 or 6312004. OLE color: 6312004.

HSL color Cylindrical-coordinate representation of color #445060: hue angle of 214.29º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #445060 is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 68 80 96 -
CMYK 0.29 0.17 0 0.62
HSL 214.29º 0.17% 0.32% -
HSV(B) 214.29º 0.29% 0.38% -
XYZ 7.36 7.81 12.19 -
YUV 78.24 138.02 120.7 -
System Red Green Blue C M Y K H S L
Decimal 68 80 96 0.29 0.17 0 0.62 214.29 0.17 0.32
Hex 44 50 60 1D 11 0 3E D6 11 20
Octal 104 120 140 35 21 0 76 326 21 40
Binary 1000100 1010000 1100000 11101 10001 0 111110 11010110 10001 100000

Color Harmonies of #445060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445060

Black with #445060

Text Example


Text Example

White with #445060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445060; }

 p { color: rgb(68,80,96); }

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

background-color css

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

 a { background-color: rgb(68,80,96); }

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

border-color css

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

 span { border-color: rgb(68,80,96); }

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