Html Css Color HEX #504E94 Governor Bay

📋 copy color: '#504E94'

red 80 ◦ green 78 ◦ blue 148

#504E94
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Governor Bay #504E94

Tints of Governor Bay #504E94

RGB

 RED value IS 80 (31.64% from 255) = 26.14%

 GREEN value IS 78 (30.86% from 255) = 25.49%

 BLUE value IS 148 (58.2% from 255) = 48.37%

R = 26.14%
G = 25.49%
B = 48.37%

CMYK

 C value IS 0.46

 M value IS 0.47

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#504E94 (or 0x504E94) is known color: Governor Bay. HEX triplet: 50, 4E and 94. RGB value is (80,78,148). Sum of RGB (Red+Green+Blue) = 80+78+148=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 78 (30.86% from 255 or 25.49% from 306); Blue value is 148 (58.20% from 255 or 48.37% from 306); Max value from RGB is 148 - color contains mainly: blue. Hex color #504E94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #504E94 is #AFB16B. Grayscale: #565656. Windows color (decimal): -11514220 or 9719376. OLE color: 9719376.

HSL color Cylindrical-coordinate representation of color #504E94: hue angle of 241.71º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #504E94 is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 78 148 -
CMYK 0.46 0.47 0 0.42
HSL 241.71º 0.31% 0.44% -
HSV(B) 241.71º 0.47% 0.58% -
XYZ 11.38 9.29 29.21 -
YUV 86.58 162.66 123.31 -
System Red Green Blue C M Y K H S L
Decimal 80 78 148 0.46 0.47 0 0.42 241.71 0.31 0.44
Hex 50 4E 94 2E 2F 0 2A F2 1F 2C
Octal 120 116 224 56 57 0 52 362 37 54
Binary 1010000 1001110 10010100 101110 101111 0 101010 11110010 11111 101100

Color Harmonies of #504E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504E94

Black with #504E94

Text Example


Text Example

White with #504E94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #504E94;
 }
 .AnyTagClassName
 {
   color: #504E94;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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