#444B9D

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

Shades of Governor Bay #444B9D

Tints of Governor Bay #444B9D

Color information

#444B9D (or 0x444B9D) is unknown color: approx Governor Bay. HEX triplet: 44, 4B and 9D. RGB value is (68,75,157). Sum of RGB (Red+Green+Blue) = 68+75+157=300 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.67% from 300); Green value is 75 (29.69% from 255 or 25% from 300); Blue value is 157 (61.72% from 255 or 52.33% from 300); Max value from RGB is 157 - color contains mainly: blue. Hex color #444B9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444B9D is #BBB462. Grayscale: #515151. Windows color (decimal): -12301411 or 10308420. OLE color: 10308420.

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

Color convert

RGB6875157-
CMYK0.570.5200.38
HSL235.28º39.56%44.12%-
HSV(B)235.28º56.69%61.57%-
XYZ10.998.733-
YUV82.26170.18117.83-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.67%
GREEN value IS 75 (29.69% from 255) = 25%
BLUE value IS 157 (61.72% from 255) = 52.33%
R=22.67%
G=25%
B=52.33%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal68751570.570.5200.38235.2839.5644.12
Hex444B9D3934026eb282c
Octal10411323571640463535054
Binary1000100100101110011101111001110100010011011101011101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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