#44469C

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

Shades of Governor Bay #44469C

Tints of Governor Bay #44469C

Color information

#44469C (or 0x44469C) is unknown color: approx Governor Bay. HEX triplet: 44, 46 and 9C. RGB value is (68,70,156). Sum of RGB (Red+Green+Blue) = 68+70+156=294 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.13% from 294); Green value is 70 (27.73% from 255 or 23.81% from 294); Blue value is 156 (61.33% from 255 or 53.06% from 294); Max value from RGB is 156 - color contains mainly: blue. Hex color #44469C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44469C is #BBB963. Grayscale: #4E4E4E. Windows color (decimal): -12302692 or 10241604. OLE color: 10241604.

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

Color convert

RGB6870156-
CMYK0.560.5500.39
HSL238.64º39.29%43.92%-
HSV(B)238.64º56.41%61.18%-
XYZ10.578.0132.44-
YUV79.21171.34120.01-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.13%
GREEN value IS 70 (27.73% from 255) = 23.81%
BLUE value IS 156 (61.33% from 255) = 53.06%
R=23.13%
G=23.81%
B=53.06%

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
Decimal68701560.560.5500.39238.6439.2943.92
Hex44469C3837027ef272c
Octal10410623470670473574754
Binary1000100100011010011100111000110111010011111101111100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44469C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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