#444F51

Color #444F51 Casal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Casal #444F51

Tints of Casal #444F51

Color information

#444F51 (or 0x444F51) is unknown color: approx Casal. HEX triplet: 44, 4F and 51. RGB value is (68,79,81). Sum of RGB (Red+Green+Blue) = 68+79+81=228 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.82% from 228); Green value is 79 (31.25% from 255 or 34.65% from 228); Blue value is 81 (32.03% from 255 or 35.53% from 228); Max value from RGB is 81 - color contains mainly: blue. Hex color #444F51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #444F51 is #BBB0AE. Grayscale: #4B4B4B. Windows color (decimal): -12300463 or 5328708. OLE color: 5328708.

HSL color Cylindrical-coordinate representation of color #444F51: hue angle of 189.23º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #444F51 is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB687981-
CMYK0.160.0200.68
HSL189.23º8.72%29.22%-
HSV(B)189.23º16.05%31.76%-
XYZ6.677.418.86-
YUV75.94130.86122.34-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.82%
GREEN value IS 79 (31.25% from 255) = 34.65%
BLUE value IS 81 (32.03% from 255) = 35.53%
R=29.82%
G=34.65%
B=35.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6879810.160.0200.68189.238.7229.22
Hex444F51102044bd91d
Octal10411712120201042751135
Binary10001001001111101000110000100100010010111101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444F51; }

 p { color: rgb(68,79,81); }

 H1.HeaderClassName
 {
   color: #444F51;
 }
 .AnyTagClassName
 {
   color: #444F51;
 }
</style>
background-color css

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

 a { background-color: rgb(68,79,81); }

 div.DivClassName
 {
   background-color: #444F51;
 }
 .BgClassName
 {
   background-color: #444F51;
 }
</style>
border-color css

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

 span { border-color: rgb(68,79,81); }

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