#44529B

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

Shades of Governor Bay #44529B

Tints of Governor Bay #44529B

Color information

#44529B (or 0x44529B) is unknown color: approx Governor Bay. HEX triplet: 44, 52 and 9B. RGB value is (68,82,155). Sum of RGB (Red+Green+Blue) = 68+82+155=305 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.30% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 155 (60.94% from 255 or 50.82% from 305); Max value from RGB is 155 - color contains mainly: blue. Hex color #44529B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44529B is #BBAD64. Grayscale: #555555. Windows color (decimal): -12299621 or 10179140. OLE color: 10179140.

HSL color Cylindrical-coordinate representation of color #44529B: hue angle of 230.34º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #44529B is Cyan = 0.56, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6882155-
CMYK0.560.4700.39
HSL230.34º39.01%43.73%-
HSV(B)230.34º56.13%60.78%-
XYZ11.329.6332.27-
YUV86.14166.86115.06-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.30%
GREEN value IS 82 (32.42% from 255) = 26.89%
BLUE value IS 155 (60.94% from 255) = 50.82%
R=22.30%
G=26.89%
B=50.82%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal68821550.560.4700.39230.3439.0143.73
Hex44529B382F027e6272c
Octal10412223370570473464754
Binary1000100101001010011011111000101111010011111100110100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44529B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44529B; }

 p { color: rgb(68,82,155); }

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

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

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

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

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

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

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