#4241AE

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

Shades of Governor Bay #4241AE

Tints of Governor Bay #4241AE

Color information

#4241AE (or 0x4241AE) is unknown color: approx Governor Bay. HEX triplet: 42, 41 and AE. RGB value is (66,65,174). Sum of RGB (Red+Green+Blue) = 66+65+174=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 65 (25.78% from 255 or 21.31% from 305); Blue value is 174 (68.36% from 255 or 57.05% from 305); Max value from RGB is 174 - color contains mainly: blue. Hex color #4241AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4241AE is #BDBE51. Grayscale: #4D4D4D. Windows color (decimal): -12435026 or 11419970. OLE color: 11419970.

HSL color Cylindrical-coordinate representation of color #4241AE: hue angle of 240.55º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4241AE is Cyan = 0.62, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6665174-
CMYK0.620.6300.32
HSL240.55º45.61%46.86%-
HSV(B)240.55º62.64%68.24%-
XYZ11.787.9940.97-
YUV77.72182.33119.64-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.64%
GREEN value IS 65 (25.78% from 255) = 21.31%
BLUE value IS 174 (68.36% from 255) = 57.05%
R=21.64%
G=21.31%
B=57.05%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal66651740.620.6300.32240.5545.6146.86
Hex4241AE3E3F020f12e2f
Octal10210125676770403615657
Binary1000010100000110101110111110111111010000011110001101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4241AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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