#44469e

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

Shades of Governor Bay #44469E

Tints of Governor Bay #44469E

Color information

#44469E (or 0x44469E) is unknown color: approx Governor Bay. HEX triplet: 44, 46 and 9E. RGB value is (68,70,158). Sum of RGB (Red+Green+Blue) = 68+70+158=296 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.97% from 296); Green value is 70 (27.73% from 255 or 23.65% from 296); Blue value is 158 (62.11% from 255 or 53.38% from 296); Max value from RGB is 158 - color contains mainly: blue. Hex color #44469E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44469E is #BBB961. Grayscale: #4F4F4F. Windows color (decimal): -12302690 or 10372676. OLE color: 10372676.

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

Color convert

RGB6870158-
CMYK0.570.5600.38
HSL238.67º39.82%44.31%-
HSV(B)238.67º56.96%61.96%-
XYZ10.758.0833.34-
YUV79.43172.34119.84-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.97%
GREEN value IS 70 (27.73% from 255) = 23.65%
BLUE value IS 158 (62.11% from 255) = 53.38%
R=22.97%
G=23.65%
B=53.38%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal68701580.570.5600.38238.6739.8244.31
Hex44469E3938026ef282c
Octal10410623671700463575054
Binary1000100100011010011110111001111000010011011101111101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44469e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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