#444ca3

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

Shades of Governor Bay #444CA3

Tints of Governor Bay #444CA3

Color information

#444CA3 (or 0x444CA3) is unknown color: approx Governor Bay. HEX triplet: 44, 4C and A3. RGB value is (68,76,163). Sum of RGB (Red+Green+Blue) = 68+76+163=307 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.15% from 307); Green value is 76 (30.08% from 255 or 24.76% from 307); Blue value is 163 (64.06% from 255 or 53.09% from 307); Max value from RGB is 163 - color contains mainly: blue. Hex color #444CA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444CA3 is #BBB35C. Grayscale: #535353. Windows color (decimal): -12301149 or 10701892. OLE color: 10701892.

HSL color Cylindrical-coordinate representation of color #444CA3: hue angle of 234.95º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #444CA3 is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB6876163-
CMYK0.580.5300.36
HSL234.95º41.13%45.29%-
HSV(B)234.95º58.28%63.92%-
XYZ11.589.0435.79-
YUV83.53172.85116.93-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.15%
GREEN value IS 76 (30.08% from 255) = 24.76%
BLUE value IS 163 (64.06% from 255) = 53.09%
R=22.15%
G=24.76%
B=53.09%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal68761630.580.5300.36234.9541.1345.29
Hex444CA33A35024eb292d
Octal10411424372650443535155
Binary1000100100110010100011111010110101010010011101011101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444ca3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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