#444B52

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

Shades of Rhino #444B52

Tints of Rhino #444B52

Color information

#444B52 (or 0x444B52) is unknown color: approx Rhino. HEX triplet: 44, 4B and 52. RGB value is (68,75,82). Sum of RGB (Red+Green+Blue) = 68+75+82=225 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.22% from 225); Green value is 75 (29.69% from 255 or 33.33% from 225); Blue value is 82 (32.42% from 255 or 36.44% from 225); Max value from RGB is 82 - color contains mainly: blue. Hex color #444B52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444B52 is #BBB4AD. Grayscale: #494949. Windows color (decimal): -12301486 or 5393220. OLE color: 5393220.

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

Color convert

RGB687582-
CMYK0.170.0900.68
HSL210º9.33%29.41%-
HSV(B)210º17.07%32.16%-
XYZ6.426.878.97-
YUV73.7132.68123.93-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.22%
GREEN value IS 75 (29.69% from 255) = 33.33%
BLUE value IS 82 (32.42% from 255) = 36.44%
R=30.22%
G=33.33%
B=36.44%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6875820.170.0900.682109.3329.41
Hex444B52119044d291d
Octal104113122211101043221135
Binary1000100100101110100101000110010100010011010010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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