Html Css Color HEX #444751 Blue Zodiac

📋 copy color: '#444751'

red 68 ◦ green 71 ◦ blue 81

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

Shades of Blue Zodiac #444751

Tints of Blue Zodiac #444751

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.27%

 BLUE value IS 81 (32.03% from 255) = 36.82%

R = 30.91%
G = 32.27%
B = 36.82%

CMYK

 C value IS 0.16

 M value IS 0.12

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#444751 (or 0x444751) is known color: Blue Zodiac. HEX triplet: 44, 47 and 51. RGB value is (68,71,81). Sum of RGB (Red+Green+Blue) = 68+71+81=220 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.91% from 220); Green value is 71 (28.12% from 255 or 32.27% from 220); Blue value is 81 (32.03% from 255 or 36.82% from 220); Max value from RGB is 81 - color contains mainly: blue. Hex color #444751 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444751 is #BBB8AE. Grayscale: #474747. Windows color (decimal): -12302511 or 5326660. OLE color: 5326660.

HSL color Cylindrical-coordinate representation of color #444751: hue angle of 226.15º 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 #444751 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 68 71 81 -
CMYK 0.16 0.12 0 0.68
HSL 226.15º 0.09% 0.29% -
HSV(B) 226.15º 0.16% 0.32% -
XYZ 6.12 6.33 8.68 -
YUV 71.24 133.51 125.69 -
System Red Green Blue C M Y K H S L
Decimal 68 71 81 0.16 0.12 0 0.68 226.15 0.09 0.29
Hex 44 47 51 10 C 0 44 E2 9 1D
Octal 104 107 121 20 14 0 104 342 11 35
Binary 1000100 1000111 1010001 10000 1100 0 1000100 11100010 1001 11101

Color Harmonies of #444751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444751

Black with #444751

Text Example


Text Example

White with #444751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444751; }

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

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

background-color css

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

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

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

border-color css

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

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

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