Html Css Color HEX #444B52 Rhino

📋 copy color: '#444B52'

red 68 ◦ green 75 ◦ blue 82

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

Shades of Rhino #444B52

Tints of Rhino #444B52

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

 M value IS 0.09

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

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

RGB 68 75 82 -
CMYK 0.17 0.09 0 0.68
HSL 210º 0.09% 0.29% -
HSV(B) 210º 0.17% 0.32% -
XYZ 6.42 6.87 8.97 -
YUV 73.71 132.68 123.93 -
System Red Green Blue C M Y K H S L
Decimal 68 75 82 0.17 0.09 0 0.68 210 0.09 0.29
Hex 44 4B 52 11 9 0 44 D2 9 1D
Octal 104 113 122 21 11 0 104 322 11 35
Binary 1000100 1001011 1010010 10001 1001 0 1000100 11010010 1001 11101

Color Harmonies of #444B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444B52

Black with #444B52

Text Example


Text Example

White with #444B52

Text Example


Text Example

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