Html Css Color HEX #445262 Cello

📋 copy color: '#445262'

red 68 ◦ green 82 ◦ blue 98

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

Shades of Cello #445262

Tints of Cello #445262

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.06%

 BLUE value IS 98 (38.67% from 255) = 39.52%

R = 27.42%
G = 33.06%
B = 39.52%

CMYK

 C value IS 0.31

 M value IS 0.16

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#445262 (or 0x445262) is known color: Cello. HEX triplet: 44, 52 and 62. RGB value is (68,82,98). Sum of RGB (Red+Green+Blue) = 68+82+98=248 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.42% from 248); Green value is 82 (32.42% from 255 or 33.06% from 248); Blue value is 98 (38.67% from 255 or 39.52% from 248); Max value from RGB is 98 - color contains mainly: blue. Hex color #445262 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445262 is #BBAD9D. Grayscale: #4F4F4F. Windows color (decimal): -12299678 or 6443588. OLE color: 6443588.

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

Color convert

RGB 68 82 98 -
CMYK 0.31 0.16 0 0.62
HSL 212º 0.18% 0.33% -
HSV(B) 212º 0.31% 0.38% -
XYZ 7.61 8.15 12.73 -
YUV 79.64 138.36 119.7 -
System Red Green Blue C M Y K H S L
Decimal 68 82 98 0.31 0.16 0 0.62 212 0.18 0.33
Hex 44 52 62 1F 10 0 3E D4 12 21
Octal 104 122 142 37 20 0 76 324 22 41
Binary 1000100 1010010 1100010 11111 10000 0 111110 11010100 10010 100001

Color Harmonies of #445262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445262

Black with #445262

Text Example


Text Example

White with #445262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445262; }

 p { color: rgb(68,82,98); }

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

background-color css

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

 a { background-color: rgb(68,82,98); }

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

border-color css

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

 span { border-color: rgb(68,82,98); }

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