#444995

Color #444995 Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #444995

Tints of Governor Bay #444995

Color information

#444995 (or 0x444995) is unknown color: approx Governor Bay. HEX triplet: 44, 49 and 95. RGB value is (68,73,149). Sum of RGB (Red+Green+Blue) = 68+73+149=290 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.45% from 290); Green value is 73 (28.91% from 255 or 25.17% from 290); Blue value is 149 (58.59% from 255 or 51.38% from 290); Max value from RGB is 149 - color contains mainly: blue. Hex color #444995 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444995 is #BBB66A. Grayscale: #4F4F4F. Windows color (decimal): -12301931 or 9783620. OLE color: 9783620.

HSL color Cylindrical-coordinate representation of color #444995: hue angle of 236.3º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #444995 is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6873149-
CMYK0.540.5100.42
HSL236.3º37.33%42.55%-
HSV(B)236.3º54.36%58.43%-
XYZ10.198.1629.47-
YUV80.17166.84119.32-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.45%
GREEN value IS 73 (28.91% from 255) = 25.17%
BLUE value IS 149 (58.59% from 255) = 51.38%
R=23.45%
G=25.17%
B=51.38%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal68731490.540.5100.42236.337.3342.55
Hex444995363302Aec252b
Octal10411122566630523544553
Binary1000100100100110010101110110110011010101011101100100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444995; }

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

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

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

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

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

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

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

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