#4247A1

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

Shades of Governor Bay #4247A1

Tints of Governor Bay #4247A1

Color information

#4247A1 (or 0x4247A1) is unknown color: approx Governor Bay. HEX triplet: 42, 47 and A1. RGB value is (66,71,161). Sum of RGB (Red+Green+Blue) = 66+71+161=298 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.15% from 298); Green value is 71 (28.12% from 255 or 23.83% from 298); Blue value is 161 (63.28% from 255 or 54.03% from 298); Max value from RGB is 161 - color contains mainly: blue. Hex color #4247A1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4247A1 is #BDB85E. Grayscale: #4F4F4F. Windows color (decimal): -12433503 or 10569538. OLE color: 10569538.

HSL color Cylindrical-coordinate representation of color #4247A1: hue angle of 236.84º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4247A1 is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB6671161-
CMYK0.590.5600.37
HSL236.84º41.85%44.51%-
HSV(B)236.84º59.01%63.14%-
XYZ10.938.2434.73-
YUV79.76173.84118.18-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.15%
GREEN value IS 71 (28.12% from 255) = 23.83%
BLUE value IS 161 (63.28% from 255) = 54.03%
R=22.15%
G=23.83%
B=54.03%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal66711610.590.5600.37236.8441.8544.51
Hex4247A13B38025ed2a2d
Octal10210724173700453555255
Binary1000010100011110100001111011111000010010111101101101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4247A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4247A1; }

 p { color: rgb(66,71,161); }

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

<style>
 a { background-color: #4247A1; }

 a { background-color: rgb(66,71,161); }

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

<style>
 span { border-color: #4247A1; }

 span { border-color: rgb(66,71,161); }

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