#4240A7

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

Shades of Governor Bay #4240A7

Tints of Governor Bay #4240A7

Color information

#4240A7 (or 0x4240A7) is unknown color: approx Governor Bay. HEX triplet: 42, 40 and A7. RGB value is (66,64,167). Sum of RGB (Red+Green+Blue) = 66+64+167=297 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.22% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 167 (65.62% from 255 or 56.23% from 297); Max value from RGB is 167 - color contains mainly: blue. Hex color #4240A7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4240A7 is #BDBF58. Grayscale: #4B4B4B. Windows color (decimal): -12435289 or 10960962. OLE color: 10960962.

HSL color Cylindrical-coordinate representation of color #4240A7: hue angle of 241.17º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4240A7 is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB6664167-
CMYK0.600.6200.35
HSL241.17º44.59%45.29%-
HSV(B)241.17º61.68%65.49%-
XYZ11.067.6237.45-
YUV76.34179.16120.62-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.22%
GREEN value IS 64 (25.39% from 255) = 21.55%
BLUE value IS 167 (65.62% from 255) = 56.23%
R=22.22%
G=21.55%
B=56.23%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal66641670.600.6200.35241.1744.5945.29
Hex4240A73C3E023f12d2d
Octal10210024774760433615555
Binary1000010100000010100111111100111110010001111110001101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4240A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4240A7; }

 p { color: rgb(66,64,167); }

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

<style>
 a { background-color: #4240A7; }

 a { background-color: rgb(66,64,167); }

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

<style>
 span { border-color: #4240A7; }

 span { border-color: rgb(66,64,167); }

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