#444CAD

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

Shades of Governor Bay #444CAD

Tints of Governor Bay #444CAD

Color information

#444CAD (or 0x444CAD) is unknown color: approx Governor Bay. HEX triplet: 44, 4C and AD. RGB value is (68,76,173). Sum of RGB (Red+Green+Blue) = 68+76+173=317 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.45% from 317); Green value is 76 (30.08% from 255 or 23.97% from 317); Blue value is 173 (67.97% from 255 or 54.57% from 317); Max value from RGB is 173 - color contains mainly: blue. Hex color #444CAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444CAD is #BBB352. Grayscale: #545454. Windows color (decimal): -12301139 or 11357252. OLE color: 11357252.

HSL color Cylindrical-coordinate representation of color #444CAD: hue angle of 235.43º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #444CAD is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6876173-
CMYK0.610.5600.32
HSL235.43º43.57%47.25%-
HSV(B)235.43º60.69%67.84%-
XYZ12.519.4140.69-
YUV84.67177.85116.11-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.45%
GREEN value IS 76 (30.08% from 255) = 23.97%
BLUE value IS 173 (67.97% from 255) = 54.57%
R=21.45%
G=23.97%
B=54.57%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal68761730.610.5600.32235.4343.5747.25
Hex444CAD3D38020eb2c2f
Octal10411425575700403535457
Binary1000100100110010101101111101111000010000011101011101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,76,173); }

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

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

 a { background-color: rgb(68,76,173); }

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

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

 span { border-color: rgb(68,76,173); }

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