#4146AC

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

Shades of Governor Bay #4146AC

Tints of Governor Bay #4146AC

Color information

#4146AC (or 0x4146AC) is unknown color: approx Governor Bay. HEX triplet: 41, 46 and AC. RGB value is (65,70,172). Sum of RGB (Red+Green+Blue) = 65+70+172=307 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.17% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 172 (67.58% from 255 or 56.03% from 307); Max value from RGB is 172 - color contains mainly: blue. Hex color #4146AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4146AC is #BEB953. Grayscale: #4F4F4F. Windows color (decimal): -12499284 or 11290177. OLE color: 11290177.

HSL color Cylindrical-coordinate representation of color #4146AC: hue angle of 237.2º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4146AC is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6570172-
CMYK0.620.5900.33
HSL237.2º45.15%46.47%-
HSV(B)237.2º62.21%67.45%-
XYZ11.828.4840.04-
YUV80.13179.84117.21-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.17%
GREEN value IS 70 (27.73% from 255) = 22.80%
BLUE value IS 172 (67.58% from 255) = 56.03%
R=21.17%
G=22.80%
B=56.03%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal65701720.620.5900.33237.245.1546.47
Hex4146AC3E3B021ed2d2e
Octal10110625476730413555556
Binary1000001100011010101100111110111011010000111101101101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4146AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4146AC; }

 p { color: rgb(65,70,172); }

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

<style>
 a { background-color: #4146AC; }

 a { background-color: rgb(65,70,172); }

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

<style>
 span { border-color: #4146AC; }

 span { border-color: rgb(65,70,172); }

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