#44469B

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

Shades of Governor Bay #44469B

Tints of Governor Bay #44469B

Color information

#44469B (or 0x44469B) is unknown color: approx Governor Bay. HEX triplet: 44, 46 and 9B. RGB value is (68,70,155). Sum of RGB (Red+Green+Blue) = 68+70+155=293 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.21% from 293); Green value is 70 (27.73% from 255 or 23.89% from 293); Blue value is 155 (60.94% from 255 or 52.90% from 293); Max value from RGB is 155 - color contains mainly: blue. Hex color #44469B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44469B is #BBB964. Grayscale: #4E4E4E. Windows color (decimal): -12302693 or 10176068. OLE color: 10176068.

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

Color convert

RGB6870155-
CMYK0.560.5500.39
HSL238.62º39.01%43.73%-
HSV(B)238.62º56.13%60.78%-
XYZ10.497.9832-
YUV79.09170.84120.09-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.21%
GREEN value IS 70 (27.73% from 255) = 23.89%
BLUE value IS 155 (60.94% from 255) = 52.90%
R=23.21%
G=23.89%
B=52.90%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal68701550.560.5500.39238.6239.0143.73
Hex44469B3837027ef272c
Octal10410623370670473574754
Binary1000100100011010011011111000110111010011111101111100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44469B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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