#444B9A

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

Shades of Governor Bay #444B9A

Tints of Governor Bay #444B9A

Color information

#444B9A (or 0x444B9A) is unknown color: approx Governor Bay. HEX triplet: 44, 4B and 9A. RGB value is (68,75,154). Sum of RGB (Red+Green+Blue) = 68+75+154=297 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.90% from 297); Green value is 75 (29.69% from 255 or 25.25% from 297); Blue value is 154 (60.55% from 255 or 51.85% from 297); Max value from RGB is 154 - color contains mainly: blue. Hex color #444B9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444B9A is #BBB465. Grayscale: #515151. Windows color (decimal): -12301414 or 10111812. OLE color: 10111812.

HSL color Cylindrical-coordinate representation of color #444B9A: hue angle of 235.12º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #444B9A is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6875154-
CMYK0.560.5100.40
HSL235.12º38.74%43.53%-
HSV(B)235.12º55.84%60.39%-
XYZ10.738.5931.67-
YUV81.91168.68118.08-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.90%
GREEN value IS 75 (29.69% from 255) = 25.25%
BLUE value IS 154 (60.55% from 255) = 51.85%
R=22.90%
G=25.25%
B=51.85%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal68751540.560.5100.40235.1238.7443.53
Hex444B9A3833028eb272c
Octal10411323270630503534754
Binary1000100100101110011010111000110011010100011101011100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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