#444795

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

Shades of Governor Bay #444795

Tints of Governor Bay #444795

Color information

#444795 (or 0x444795) is unknown color: approx Governor Bay. HEX triplet: 44, 47 and 95. RGB value is (68,71,149). Sum of RGB (Red+Green+Blue) = 68+71+149=288 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.61% from 288); Green value is 71 (28.12% from 255 or 24.65% from 288); Blue value is 149 (58.59% from 255 or 51.74% from 288); Max value from RGB is 149 - color contains mainly: blue. Hex color #444795 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444795 is #BBB86A. Grayscale: #4E4E4E. Windows color (decimal): -12302443 or 9783108. OLE color: 9783108.

HSL color Cylindrical-coordinate representation of color #444795: hue angle of 237.78º 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 #444795 is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6871149-
CMYK0.540.5200.42
HSL237.78º37.33%42.55%-
HSV(B)237.78º54.36%58.43%-
XYZ10.067.9129.43-
YUV79167.51120.16-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.61%
GREEN value IS 71 (28.12% from 255) = 24.65%
BLUE value IS 149 (58.59% from 255) = 51.74%
R=23.61%
G=24.65%
B=51.74%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal68711490.540.5200.42237.7837.3342.55
Hex444795363402Aee252b
Octal10410722566640523564553
Binary1000100100011110010101110110110100010101011101110100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444795; }

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

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

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

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

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

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

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

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