#44489E

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

Shades of Governor Bay #44489E

Tints of Governor Bay #44489E

Color information

#44489E (or 0x44489E) is unknown color: approx Governor Bay. HEX triplet: 44, 48 and 9E. RGB value is (68,72,158). Sum of RGB (Red+Green+Blue) = 68+72+158=298 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.82% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 158 (62.11% from 255 or 53.02% from 298); Max value from RGB is 158 - color contains mainly: blue. Hex color #44489E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44489E is #BBB761. Grayscale: #505050. Windows color (decimal): -12302178 or 10373188. OLE color: 10373188.

HSL color Cylindrical-coordinate representation of color #44489E: hue angle of 237.33º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #44489E is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6872158-
CMYK0.570.5400.38
HSL237.33º39.82%44.31%-
HSV(B)237.33º56.96%61.96%-
XYZ10.878.3333.38-
YUV80.61171.67119.01-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.82%
GREEN value IS 72 (28.52% from 255) = 24.16%
BLUE value IS 158 (62.11% from 255) = 53.02%
R=22.82%
G=24.16%
B=53.02%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal68721580.570.5400.38237.3339.8244.31
Hex44489E3936026ed282c
Octal10411023671660463555054
Binary1000100100100010011110111001110110010011011101101101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44489E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44489E; }

 p { color: rgb(68,72,158); }

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

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

 a { background-color: rgb(68,72,158); }

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

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

 span { border-color: rgb(68,72,158); }

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