#444CA5

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

Shades of Governor Bay #444CA5

Tints of Governor Bay #444CA5

Color information

#444CA5 (or 0x444CA5) is unknown color: approx Governor Bay. HEX triplet: 44, 4C and A5. RGB value is (68,76,165). Sum of RGB (Red+Green+Blue) = 68+76+165=309 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.01% from 309); Green value is 76 (30.08% from 255 or 24.60% from 309); Blue value is 165 (64.84% from 255 or 53.40% from 309); Max value from RGB is 165 - color contains mainly: blue. Hex color #444CA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444CA5 is #BBB35A. Grayscale: #535353. Windows color (decimal): -12301147 or 10832964. OLE color: 10832964.

HSL color Cylindrical-coordinate representation of color #444CA5: hue angle of 235.05º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #444CA5 is Cyan = 0.59, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB6876165-
CMYK0.590.5400.35
HSL235.05º41.63%45.69%-
HSV(B)235.05º58.79%64.71%-
XYZ11.769.1136.74-
YUV83.75173.85116.76-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.01%
GREEN value IS 76 (30.08% from 255) = 24.60%
BLUE value IS 165 (64.84% from 255) = 53.40%
R=22.01%
G=24.60%
B=53.40%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal68761650.590.5400.35235.0541.6345.69
Hex444CA53B36023eb2a2e
Octal10411424573660433535256
Binary1000100100110010100101111011110110010001111101011101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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