#444CA0

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

Shades of Governor Bay #444CA0

Tints of Governor Bay #444CA0

Color information

#444CA0 (or 0x444CA0) is unknown color: approx Governor Bay. HEX triplet: 44, 4C and A0. RGB value is (68,76,160). Sum of RGB (Red+Green+Blue) = 68+76+160=304 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.37% from 304); Green value is 76 (30.08% from 255 or 25% from 304); Blue value is 160 (62.89% from 255 or 52.63% from 304); Max value from RGB is 160 - color contains mainly: blue. Hex color #444CA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444CA0 is #BBB35F. Grayscale: #525252. Windows color (decimal): -12301152 or 10505284. OLE color: 10505284.

HSL color Cylindrical-coordinate representation of color #444CA0: hue angle of 234.78º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #444CA0 is Cyan = 0.57, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB6876160-
CMYK0.570.5200.37
HSL234.78º40.35%44.71%-
HSV(B)234.78º57.5%62.75%-
XYZ11.318.9434.39-
YUV83.18171.35117.17-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.37%
GREEN value IS 76 (30.08% from 255) = 25%
BLUE value IS 160 (62.89% from 255) = 52.63%
R=22.37%
G=25%
B=52.63%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal68761600.570.5200.37234.7840.3544.71
Hex444CA03934025eb282d
Octal10411424071640453535055
Binary1000100100110010100000111001110100010010111101011101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444CA0; }

 p { color: rgb(68,76,160); }

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

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

 a { background-color: rgb(68,76,160); }

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

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

 span { border-color: rgb(68,76,160); }

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