#444BAB

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

Shades of Governor Bay #444BAB

Tints of Governor Bay #444BAB

Color information

#444BAB (or 0x444BAB) is unknown color: approx Governor Bay. HEX triplet: 44, 4B and AB. RGB value is (68,75,171). Sum of RGB (Red+Green+Blue) = 68+75+171=314 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.66% from 314); Green value is 75 (29.69% from 255 or 23.89% from 314); Blue value is 171 (67.19% from 255 or 54.46% from 314); Max value from RGB is 171 - color contains mainly: blue. Hex color #444BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444BAB is #BBB454. Grayscale: #535353. Windows color (decimal): -12301397 or 11225924. OLE color: 11225924.

HSL color Cylindrical-coordinate representation of color #444BAB: hue angle of 235.92º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #444BAB is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6875171-
CMYK0.600.5600.33
HSL235.92º43.1%46.86%-
HSV(B)235.92º60.23%67.06%-
XYZ12.259.239.66-
YUV83.85177.18116.69-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.66%
GREEN value IS 75 (29.69% from 255) = 23.89%
BLUE value IS 171 (67.19% from 255) = 54.46%
R=21.66%
G=23.89%
B=54.46%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal68751710.600.5600.33235.9243.146.86
Hex444BAB3C38021ec2b2f
Octal10411325374700413545357
Binary1000100100101110101011111100111000010000111101100101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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