#44479A

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

Shades of Governor Bay #44479A

Tints of Governor Bay #44479A

Color information

#44479A (or 0x44479A) is unknown color: approx Governor Bay. HEX triplet: 44, 47 and 9A. RGB value is (68,71,154). Sum of RGB (Red+Green+Blue) = 68+71+154=293 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.21% from 293); Green value is 71 (28.12% from 255 or 24.23% from 293); Blue value is 154 (60.55% from 255 or 52.56% from 293); Max value from RGB is 154 - color contains mainly: blue. Hex color #44479A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44479A is #BBB865. Grayscale: #4F4F4F. Windows color (decimal): -12302438 or 10110788. OLE color: 10110788.

HSL color Cylindrical-coordinate representation of color #44479A: hue angle of 237.91º 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 #44479A is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6871154-
CMYK0.560.5400.40
HSL237.91º38.74%43.53%-
HSV(B)237.91º55.84%60.39%-
XYZ10.478.0731.58-
YUV79.56170.01119.75-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.21%
GREEN value IS 71 (28.12% from 255) = 24.23%
BLUE value IS 154 (60.55% from 255) = 52.56%
R=23.21%
G=24.23%
B=52.56%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal68711540.560.5400.40237.9138.7443.53
Hex44479A3836028ee272c
Octal10410723270660503564754
Binary1000100100011110011010111000110110010100011101110100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44479A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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