#445699

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

Shades of Governor Bay #445699

Tints of Governor Bay #445699

Color information

#445699 (or 0x445699) is unknown color: approx Governor Bay. HEX triplet: 44, 56 and 99. RGB value is (68,86,153). Sum of RGB (Red+Green+Blue) = 68+86+153=307 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.15% from 307); Green value is 86 (33.98% from 255 or 28.01% from 307); Blue value is 153 (60.16% from 255 or 49.84% from 307); Max value from RGB is 153 - color contains mainly: blue. Hex color #445699 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445699 is #BBA966. Grayscale: #575757. Windows color (decimal): -12298599 or 10049092. OLE color: 10049092.

HSL color Cylindrical-coordinate representation of color #445699: hue angle of 227.29º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #445699 is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB6886153-
CMYK0.560.4400.4
HSL227.29º38.46%43.33%-
HSV(B)227.29º55.56%60%-
XYZ11.4610.1831.5-
YUV88.26164.54113.55-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.15%
GREEN value IS 86 (33.98% from 255) = 28.01%
BLUE value IS 153 (60.16% from 255) = 49.84%
R=22.15%
G=28.01%
B=49.84%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal68861530.560.4400.4227.2938.4643.33
Hex445699382C028e3262b
Octal10412623170540503434653
Binary1000100101011010011001111000101100010100011100011100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445699; }

 p { color: rgb(68,86,153); }

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

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

 a { background-color: rgb(68,86,153); }

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

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

 span { border-color: rgb(68,86,153); }

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