#504EA4

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

Shades of Governor Bay #504EA4

Tints of Governor Bay #504EA4

Color information

#504EA4 (or 0x504EA4) is unknown color: approx Governor Bay. HEX triplet: 50, 4E and A4. RGB value is (80,78,164). Sum of RGB (Red+Green+Blue) = 80+78+164=322 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.84% from 322); Green value is 78 (30.86% from 255 or 24.22% from 322); Blue value is 164 (64.45% from 255 or 50.93% from 322); Max value from RGB is 164 - color contains mainly: blue. Hex color #504EA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #504EA4 is #AFB15B. Grayscale: #585858. Windows color (decimal): -11514204 or 10767952. OLE color: 10767952.

HSL color Cylindrical-coordinate representation of color #504EA4: hue angle of 241.4º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #504EA4 is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8078164-
CMYK0.510.5200.36
HSL241.4º35.54%47.45%-
HSV(B)241.4º52.44%64.31%-
XYZ12.739.8336.35-
YUV88.4170.66122.01-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.84%
GREEN value IS 78 (30.86% from 255) = 24.22%
BLUE value IS 164 (64.45% from 255) = 50.93%
R=24.84%
G=24.22%
B=50.93%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal80781640.510.5200.36241.435.5447.45
Hex504EA43334024f1242f
Octal12011624463640443614457
Binary1010000100111010100100110011110100010010011110001100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504EA4; }

 p { color: rgb(80,78,164); }

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

<style>
 a { background-color: #504EA4; }

 a { background-color: rgb(80,78,164); }

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

<style>
 span { border-color: #504EA4; }

 span { border-color: rgb(80,78,164); }

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