#444a90

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

Shades of Governor Bay #444A90

Tints of Governor Bay #444A90

Color information

#444A90 (or 0x444A90) is unknown color: approx Governor Bay. HEX triplet: 44, 4A and 90. RGB value is (68,74,144). Sum of RGB (Red+Green+Blue) = 68+74+144=286 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.78% from 286); Green value is 74 (29.30% from 255 or 25.87% from 286); Blue value is 144 (56.64% from 255 or 50.35% from 286); Max value from RGB is 144 - color contains mainly: blue. Hex color #444A90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444A90 is #BBB56F. Grayscale: #4F4F4F. Windows color (decimal): -12301680 or 9456196. OLE color: 9456196.

HSL color Cylindrical-coordinate representation of color #444A90: hue angle of 235.26º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #444A90 is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6874144-
CMYK0.530.4900.44
HSL235.26º35.85%41.57%-
HSV(B)235.26º52.78%56.47%-
XYZ9.878.1427.44-
YUV80.19164.01119.31-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.78%
GREEN value IS 74 (29.30% from 255) = 25.87%
BLUE value IS 144 (56.64% from 255) = 50.35%
R=23.78%
G=25.87%
B=50.35%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal68741440.530.4900.44235.2635.8541.57
Hex444A90353102Ceb242a
Octal10411222065610543534452
Binary1000100100101010010000110101110001010110011101011100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444a90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,74,144); }

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

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

 a { background-color: rgb(68,74,144); }

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

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

 span { border-color: rgb(68,74,144); }

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