#44479E

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

Shades of Governor Bay #44479E

Tints of Governor Bay #44479E

Color information

#44479E (or 0x44479E) is unknown color: approx Governor Bay. HEX triplet: 44, 47 and 9E. RGB value is (68,71,158). Sum of RGB (Red+Green+Blue) = 68+71+158=297 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.90% from 297); Green value is 71 (28.12% from 255 or 23.91% from 297); Blue value is 158 (62.11% from 255 or 53.20% from 297); Max value from RGB is 158 - color contains mainly: blue. Hex color #44479E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44479E is #BBB861. Grayscale: #4F4F4F. Windows color (decimal): -12302434 or 10372932. OLE color: 10372932.

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

Color convert

RGB6871158-
CMYK0.570.5500.38
HSL238º39.82%44.31%-
HSV(B)238º56.96%61.96%-
XYZ10.818.233.36-
YUV80.02172.01119.43-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.90%
GREEN value IS 71 (28.12% from 255) = 23.91%
BLUE value IS 158 (62.11% from 255) = 53.20%
R=22.90%
G=23.91%
B=53.20%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal68711580.570.5500.3823839.8244.31
Hex44479E3937026ee282c
Octal10410723671670463565054
Binary1000100100011110011110111001110111010011011101110101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44479E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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