#44559A

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

Shades of Governor Bay #44559A

Tints of Governor Bay #44559A

Color information

#44559A (or 0x44559A) is unknown color: approx Governor Bay. HEX triplet: 44, 55 and 9A. RGB value is (68,85,154). Sum of RGB (Red+Green+Blue) = 68+85+154=307 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.15% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 154 (60.55% from 255 or 50.16% from 307); Max value from RGB is 154 - color contains mainly: blue. Hex color #44559A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44559A is #BBAA65. Grayscale: #575757. Windows color (decimal): -12298854 or 10114372. OLE color: 10114372.

HSL color Cylindrical-coordinate representation of color #44559A: hue angle of 228.14º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #44559A is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6885154-
CMYK0.560.4500.40
HSL228.14º38.74%43.53%-
HSV(B)228.14º55.84%60.39%-
XYZ11.4710.0631.91-
YUV87.78165.37113.89-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.15%
GREEN value IS 85 (33.59% from 255) = 27.69%
BLUE value IS 154 (60.55% from 255) = 50.16%
R=22.15%
G=27.69%
B=50.16%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal68851540.560.4500.40228.1438.7443.53
Hex44559A382D028e4272c
Octal10412523270550503444754
Binary1000100101010110011010111000101101010100011100100100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44559A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,85,154); }

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

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

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

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

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

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

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