#444A9D

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

Shades of Governor Bay #444A9D

Tints of Governor Bay #444A9D

Color information

#444A9D (or 0x444A9D) is unknown color: approx Governor Bay. HEX triplet: 44, 4A and 9D. RGB value is (68,74,157). Sum of RGB (Red+Green+Blue) = 68+74+157=299 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.74% from 299); Green value is 74 (29.30% from 255 or 24.75% from 299); Blue value is 157 (61.72% from 255 or 52.51% from 299); Max value from RGB is 157 - color contains mainly: blue. Hex color #444A9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444A9D is #BBB562. Grayscale: #515151. Windows color (decimal): -12301667 or 10308164. OLE color: 10308164.

HSL color Cylindrical-coordinate representation of color #444A9D: hue angle of 235.96º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #444A9D is Cyan = 0.57, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6874157-
CMYK0.570.5300.38
HSL235.96º39.56%44.12%-
HSV(B)235.96º56.69%61.57%-
XYZ10.928.5632.98-
YUV81.67170.51118.25-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.74%
GREEN value IS 74 (29.30% from 255) = 24.75%
BLUE value IS 157 (61.72% from 255) = 52.51%
R=22.74%
G=24.75%
B=52.51%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal68741570.570.5300.38235.9639.5644.12
Hex444A9D3935026ec282c
Octal10411223571650463545054
Binary1000100100101010011101111001110101010011011101100101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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