#44449E

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

Shades of Governor Bay #44449E

Tints of Governor Bay #44449E

Color information

#44449E (or 0x44449E) is unknown color: approx Governor Bay. HEX triplet: 44, 44 and 9E. RGB value is (68,68,158). Sum of RGB (Red+Green+Blue) = 68+68+158=294 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.13% from 294); Green value is 68 (26.95% from 255 or 23.13% from 294); Blue value is 158 (62.11% from 255 or 53.74% from 294); Max value from RGB is 158 - color contains mainly: blue. Hex color #44449E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44449E is #BBBB61. Grayscale: #4D4D4D. Windows color (decimal): -12303202 or 10372164. OLE color: 10372164.

HSL color Cylindrical-coordinate representation of color #44449E: hue angle of 240º 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 #44449E is Cyan = 0.57, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6868158-
CMYK0.570.5700.38
HSL240º39.82%44.31%-
HSV(B)240º56.96%61.96%-
XYZ10.627.8333.3-
YUV78.26173120.68-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.13%
GREEN value IS 68 (26.95% from 255) = 23.13%
BLUE value IS 158 (62.11% from 255) = 53.74%
R=23.13%
G=23.13%
B=53.74%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal68681580.570.5700.3824039.8244.31
Hex44449E3939026f0282c
Octal10410423671710463605054
Binary1000100100010010011110111001111001010011011110000101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44449E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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