#4241AC

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

Shades of Governor Bay #4241AC

Tints of Governor Bay #4241AC

Color information

#4241AC (or 0x4241AC) is unknown color: approx Governor Bay. HEX triplet: 42, 41 and AC. RGB value is (66,65,172). Sum of RGB (Red+Green+Blue) = 66+65+172=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 65 (25.78% from 255 or 21.45% from 303); Blue value is 172 (67.58% from 255 or 56.77% from 303); Max value from RGB is 172 - color contains mainly: blue. Hex color #4241AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4241AC is #BDBE53. Grayscale: #4D4D4D. Windows color (decimal): -12435028 or 11288898. OLE color: 11288898.

HSL color Cylindrical-coordinate representation of color #4241AC: hue angle of 240.56º 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 #4241AC is Cyan = 0.62, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6665172-
CMYK0.620.6200.33
HSL240.56º45.15%46.47%-
HSV(B)240.56º62.21%67.45%-
XYZ11.587.9239.95-
YUV77.5181.33119.8-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.78%
GREEN value IS 65 (25.78% from 255) = 21.45%
BLUE value IS 172 (67.58% from 255) = 56.77%
R=21.78%
G=21.45%
B=56.77%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal66651720.620.6200.33240.5645.1546.47
Hex4241AC3E3E021f12d2e
Octal10210125476760413615556
Binary1000010100000110101100111110111110010000111110001101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4241AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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