#444BAA

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

Shades of Governor Bay #444BAA

Tints of Governor Bay #444BAA

Color information

#444BAA (or 0x444BAA) is unknown color: approx Governor Bay. HEX triplet: 44, 4B and AA. RGB value is (68,75,170). Sum of RGB (Red+Green+Blue) = 68+75+170=313 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.73% from 313); Green value is 75 (29.69% from 255 or 23.96% from 313); Blue value is 170 (66.80% from 255 or 54.31% from 313); Max value from RGB is 170 - color contains mainly: blue. Hex color #444BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444BAA is #BBB455. Grayscale: #535353. Windows color (decimal): -12301398 or 11160388. OLE color: 11160388.

HSL color Cylindrical-coordinate representation of color #444BAA: hue angle of 235.88º 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 #444BAA is Cyan = 0.6, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6875170-
CMYK0.60.5600.33
HSL235.88º42.86%46.67%-
HSV(B)235.88º60%66.67%-
XYZ12.169.1639.16-
YUV83.74176.68116.78-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.73%
GREEN value IS 75 (29.69% from 255) = 23.96%
BLUE value IS 170 (66.80% from 255) = 54.31%
R=21.73%
G=23.96%
B=54.31%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal68751700.60.5600.33235.8842.8646.67
Hex444BAA3C38021ec2b2f
Octal10411325274700413545357
Binary1000100100101110101010111100111000010000111101100101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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