Html Css Color HEX #4F509D Governor Bay

📋 copy color: '#4F509D'

red 79 ◦ green 80 ◦ blue 157

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

Shades of Governor Bay #4F509D

Tints of Governor Bay #4F509D

RGB

 RED value IS 79 (31.25% from 255) = 25%

 GREEN value IS 80 (31.64% from 255) = 25.32%

 BLUE value IS 157 (61.72% from 255) = 49.68%

R = 25%
G = 25.32%
B = 49.68%

CMYK

 C value IS 0.50

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4F509D (or 0x4F509D) is known color: Governor Bay. HEX triplet: 4F, 50 and 9D. RGB value is (79,80,157). Sum of RGB (Red+Green+Blue) = 79+80+157=316 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 157 (61.72% from 255 or 49.68% from 316); Max value from RGB is 157 - color contains mainly: blue. Hex color #4F509D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F509D is #B0AF62. Grayscale: #585858. Windows color (decimal): -11579235 or 10309711. OLE color: 10309711.

HSL color Cylindrical-coordinate representation of color #4F509D: hue angle of 239.23º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4F509D is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 79 80 157 -
CMYK 0.50 0.49 0 0.38
HSL 239.23º 0.33% 0.46% -
HSV(B) 239.23º 0.5% 0.62% -
XYZ 12.18 9.83 33.15 -
YUV 88.48 166.67 121.24 -
System Red Green Blue C M Y K H S L
Decimal 79 80 157 0.50 0.49 0 0.38 239.23 0.33 0.46
Hex 4F 50 9D 32 31 0 26 EF 21 2E
Octal 117 120 235 62 61 0 46 357 41 56
Binary 1001111 1010000 10011101 110010 110001 0 100110 11101111 100001 101110

Color Harmonies of #4F509D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F509D

Black with #4F509D

Text Example


Text Example

White with #4F509D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,80,157); }

 H1.HeaderClassName
 {
   color: #4F509D;
 }
 .AnyTagClassName
 {
   color: #4F509D;
 }
</style>

background-color css

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

 a { background-color: rgb(79,80,157); }

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

border-color css

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

 span { border-color: rgb(79,80,157); }

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