#4446A1

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

Shades of Governor Bay #4446A1

Tints of Governor Bay #4446A1

Color information

#4446A1 (or 0x4446A1) is unknown color: approx Governor Bay. HEX triplet: 44, 46 and A1. RGB value is (68,70,161). Sum of RGB (Red+Green+Blue) = 68+70+161=299 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.74% from 299); Green value is 70 (27.73% from 255 or 23.41% from 299); Blue value is 161 (63.28% from 255 or 53.85% from 299); Max value from RGB is 161 - color contains mainly: blue. Hex color #4446A1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4446A1 is #BBB95E. Grayscale: #4F4F4F. Windows color (decimal): -12302687 or 10569284. OLE color: 10569284.

HSL color Cylindrical-coordinate representation of color #4446A1: hue angle of 238.71º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4446A1 is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB6870161-
CMYK0.580.5700.37
HSL238.71º40.61%44.9%-
HSV(B)238.71º57.76%63.14%-
XYZ11.018.1834.72-
YUV79.78173.84119.6-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.74%
GREEN value IS 70 (27.73% from 255) = 23.41%
BLUE value IS 161 (63.28% from 255) = 53.85%
R=22.74%
G=23.41%
B=53.85%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal68701610.580.5700.37238.7140.6144.9
Hex4446A13A39025ef292d
Octal10410624172710453575155
Binary1000100100011010100001111010111001010010111101111101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4446A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4446A1; }

 p { color: rgb(68,70,161); }

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

<style>
 a { background-color: #4446A1; }

 a { background-color: rgb(68,70,161); }

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

<style>
 span { border-color: #4446A1; }

 span { border-color: rgb(68,70,161); }

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