#444CA2

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

Shades of Governor Bay #444CA2

Tints of Governor Bay #444CA2

Color information

#444CA2 (or 0x444CA2) is unknown color: approx Governor Bay. HEX triplet: 44, 4C and A2. RGB value is (68,76,162). Sum of RGB (Red+Green+Blue) = 68+76+162=306 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.22% from 306); Green value is 76 (30.08% from 255 or 24.84% from 306); Blue value is 162 (63.67% from 255 or 52.94% from 306); Max value from RGB is 162 - color contains mainly: blue. Hex color #444CA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444CA2 is #BBB35D. Grayscale: #535353. Windows color (decimal): -12301150 or 10636356. OLE color: 10636356.

HSL color Cylindrical-coordinate representation of color #444CA2: hue angle of 234.89º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #444CA2 is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB6876162-
CMYK0.580.5300.36
HSL234.89º40.87%45.1%-
HSV(B)234.89º58.02%63.53%-
XYZ11.499.0135.32-
YUV83.41172.35117.01-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.22%
GREEN value IS 76 (30.08% from 255) = 24.84%
BLUE value IS 162 (63.67% from 255) = 52.94%
R=22.22%
G=24.84%
B=52.94%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal68761620.580.5300.36234.8940.8745.1
Hex444CA23A35024eb292d
Octal10411424272650443535155
Binary1000100100110010100010111010110101010010011101011101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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