#4A469E

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

Shades of Governor Bay #4A469E

Tints of Governor Bay #4A469E

Color information

#4A469E (or 0x4A469E) is unknown color: approx Governor Bay. HEX triplet: 4A, 46 and 9E. RGB value is (74,70,158). Sum of RGB (Red+Green+Blue) = 74+70+158=302 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.50% from 302); Green value is 70 (27.73% from 255 or 23.18% from 302); Blue value is 158 (62.11% from 255 or 52.32% from 302); Max value from RGB is 158 - color contains mainly: blue. Hex color #4A469E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A469E is #B5B961. Grayscale: #505050. Windows color (decimal): -11909474 or 10372682. OLE color: 10372682.

HSL color Cylindrical-coordinate representation of color #4A469E: hue angle of 242.73º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4A469E is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7470158-
CMYK0.530.5600.38
HSL242.73º38.6%44.71%-
HSV(B)242.73º55.7%61.96%-
XYZ11.198.333.36-
YUV81.23171.33122.84-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.50%
GREEN value IS 70 (27.73% from 255) = 23.18%
BLUE value IS 158 (62.11% from 255) = 52.32%
R=24.50%
G=23.18%
B=52.32%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal74701580.530.5600.38242.7338.644.71
Hex4A469E3538026f3272d
Octal11210623665700463634755
Binary1001010100011010011110110101111000010011011110011100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A469E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A469E; }

 p { color: rgb(74,70,158); }

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

<style>
 a { background-color: #4A469E; }

 a { background-color: rgb(74,70,158); }

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

<style>
 span { border-color: #4A469E; }

 span { border-color: rgb(74,70,158); }

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