#444B9E

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

Shades of Governor Bay #444B9E

Tints of Governor Bay #444B9E

Color information

#444B9E (or 0x444B9E) is unknown color: approx Governor Bay. HEX triplet: 44, 4B and 9E. RGB value is (68,75,158). Sum of RGB (Red+Green+Blue) = 68+75+158=301 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.59% from 301); Green value is 75 (29.69% from 255 or 24.92% from 301); Blue value is 158 (62.11% from 255 or 52.49% from 301); Max value from RGB is 158 - color contains mainly: blue. Hex color #444B9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444B9E is #BBB461. Grayscale: #525252. Windows color (decimal): -12301410 or 10373956. OLE color: 10373956.

HSL color Cylindrical-coordinate representation of color #444B9E: hue angle of 235.33º 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 #444B9E is Cyan = 0.57, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6875158-
CMYK0.570.5300.38
HSL235.33º39.82%44.31%-
HSV(B)235.33º56.96%61.96%-
XYZ11.078.7333.45-
YUV82.37170.68117.75-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.59%
GREEN value IS 75 (29.69% from 255) = 24.92%
BLUE value IS 158 (62.11% from 255) = 52.49%
R=22.59%
G=24.92%
B=52.49%

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
Decimal68751580.570.5300.38235.3339.8244.31
Hex444B9E3935026eb282c
Octal10411323671650463535054
Binary1000100100101110011110111001110101010011011101011101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,75,158); }

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

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

 a { background-color: rgb(68,75,158); }

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

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

 span { border-color: rgb(68,75,158); }

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