Html Css Color HEX #444F51 Casal

📋 copy color: '#444F51'

red 68 ◦ green 79 ◦ blue 81

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

Shades of Casal #444F51

Tints of Casal #444F51

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 value IS 0.16

 M value IS 0.02

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#444F51 (or 0x444F51) is known color: 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

RGB 68 79 81 -
CMYK 0.16 0.02 0 0.68
HSL 189.23º 0.09% 0.29% -
HSV(B) 189.23º 0.16% 0.32% -
XYZ 6.67 7.41 8.86 -
YUV 75.94 130.86 122.34 -
System Red Green Blue C M Y K H S L
Decimal 68 79 81 0.16 0.02 0 0.68 189.23 0.09 0.29
Hex 44 4F 51 10 2 0 44 BD 9 1D
Octal 104 117 121 20 2 0 104 275 11 35
Binary 1000100 1001111 1010001 10000 10 0 1000100 10111101 1001 11101

Color Harmonies of #444F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444F51

Black with #444F51

Text Example


Text Example

White with #444F51

Text Example


Text Example

HTML Codes & Css Web 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>