#4241AD

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

Shades of Governor Bay #4241AD

Tints of Governor Bay #4241AD

Color information

#4241AD (or 0x4241AD) is unknown color: approx Governor Bay. HEX triplet: 42, 41 and AD. RGB value is (66,65,173). Sum of RGB (Red+Green+Blue) = 66+65+173=304 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.71% from 304); Green value is 65 (25.78% from 255 or 21.38% from 304); Blue value is 173 (67.97% from 255 or 56.91% from 304); Max value from RGB is 173 - color contains mainly: blue. Hex color #4241AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4241AD is #BDBE52. Grayscale: #4D4D4D. Windows color (decimal): -12435027 or 11354434. OLE color: 11354434.

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

Color convert

RGB6665173-
CMYK0.620.6200.32
HSL240.56º45.38%46.67%-
HSV(B)240.56º62.43%67.84%-
XYZ11.687.9640.46-
YUV77.61181.83119.72-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.71%
GREEN value IS 65 (25.78% from 255) = 21.38%
BLUE value IS 173 (67.97% from 255) = 56.91%
R=21.71%
G=21.38%
B=56.91%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal66651730.620.6200.32240.5645.3846.67
Hex4241AD3E3E020f12d2f
Octal10210125576760403615557
Binary1000010100000110101101111110111110010000011110001101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4241AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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