Html Css Color HEX #44495A Blue Zodiac

📋 copy color: '#44495A'

red 68 ◦ green 73 ◦ blue 90

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

Shades of Blue Zodiac #44495A

Tints of Blue Zodiac #44495A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 31.6%

 BLUE value IS 90 (35.55% from 255) = 38.96%

R = 29.44%
G = 31.6%
B = 38.96%

CMYK

 C value IS 0.24

 M value IS 0.19

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#44495A (or 0x44495A) is known color: Blue Zodiac. HEX triplet: 44, 49 and 5A. RGB value is (68,73,90). Sum of RGB (Red+Green+Blue) = 68+73+90=231 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.44% from 231); Green value is 73 (28.91% from 255 or 31.60% from 231); Blue value is 90 (35.55% from 255 or 38.96% from 231); Max value from RGB is 90 - color contains mainly: blue. Hex color #44495A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44495A is #BBB6A5. Grayscale: #494949. Windows color (decimal): -12301990 or 5916996. OLE color: 5916996.

HSL color Cylindrical-coordinate representation of color #44495A: hue angle of 226.36º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #44495A is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 68 73 90 -
CMYK 0.24 0.19 0 0.65
HSL 226.36º 0.14% 0.31% -
HSV(B) 226.36º 0.24% 0.35% -
XYZ 6.61 6.73 10.62 -
YUV 73.44 137.34 124.12 -
System Red Green Blue C M Y K H S L
Decimal 68 73 90 0.24 0.19 0 0.65 226.36 0.14 0.31
Hex 44 49 5A 18 13 0 41 E2 E 1F
Octal 104 111 132 30 23 0 101 342 16 37
Binary 1000100 1001001 1011010 11000 10011 0 1000001 11100010 1110 11111

Color Harmonies of #44495A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44495A

Black with #44495A

Text Example


Text Example

White with #44495A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44495A; }

 p { color: rgb(68,73,90); }

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

background-color css

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

 a { background-color: rgb(68,73,90); }

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

border-color css

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

 span { border-color: rgb(68,73,90); }

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