Html Css Color HEX #445061 Cello

📋 copy color: '#445061'

red 68 ◦ green 80 ◦ blue 97

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

Shades of Cello #445061

Tints of Cello #445061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 39.59%

R = 27.76%
G = 32.65%
B = 39.59%

CMYK

 C value IS 0.30

 M value IS 0.18

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#445061 (or 0x445061) is known color: Cello. HEX triplet: 44, 50 and 61. RGB value is (68,80,97). Sum of RGB (Red+Green+Blue) = 68+80+97=245 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.76% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 97 (38.28% from 255 or 39.59% from 245); Max value from RGB is 97 - color contains mainly: blue. Hex color #445061 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445061 is #BBAF9E. Grayscale: #4E4E4E. Windows color (decimal): -12300191 or 6377540. OLE color: 6377540.

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

Color convert

RGB 68 80 97 -
CMYK 0.30 0.18 0 0.62
HSL 215.17º 0.18% 0.32% -
HSV(B) 215.17º 0.3% 0.38% -
XYZ 7.41 7.83 12.43 -
YUV 78.35 138.52 120.62 -
System Red Green Blue C M Y K H S L
Decimal 68 80 97 0.30 0.18 0 0.62 215.17 0.18 0.32
Hex 44 50 61 1E 12 0 3E D7 12 20
Octal 104 120 141 36 22 0 76 327 22 40
Binary 1000100 1010000 1100001 11110 10010 0 111110 11010111 10010 100000

Color Harmonies of #445061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445061

Black with #445061

Text Example


Text Example

White with #445061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445061; }

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

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

background-color css

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

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

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

border-color css

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

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

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