#44469A

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

Shades of Governor Bay #44469A

Tints of Governor Bay #44469A

Color information

#44469A (or 0x44469A) is unknown color: approx Governor Bay. HEX triplet: 44, 46 and 9A. RGB value is (68,70,154). Sum of RGB (Red+Green+Blue) = 68+70+154=292 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.29% from 292); Green value is 70 (27.73% from 255 or 23.97% from 292); Blue value is 154 (60.55% from 255 or 52.74% from 292); Max value from RGB is 154 - color contains mainly: blue. Hex color #44469A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44469A is #BBB965. Grayscale: #4E4E4E. Windows color (decimal): -12302694 or 10110532. OLE color: 10110532.

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

Color convert

RGB6870154-
CMYK0.560.5500.40
HSL238.6º38.74%43.53%-
HSV(B)238.6º55.84%60.39%-
XYZ10.417.9431.56-
YUV78.98170.34120.17-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.29%
GREEN value IS 70 (27.73% from 255) = 23.97%
BLUE value IS 154 (60.55% from 255) = 52.74%
R=23.29%
G=23.97%
B=52.74%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal68701540.560.5500.40238.638.7443.53
Hex44469A3837028ef272c
Octal10410623270670503574754
Binary1000100100011010011010111000110111010100011101111100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44469A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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