Html Css Color HEX #4F509B Governor Bay

📋 copy color: '#4F509B'

red 79 ◦ green 80 ◦ blue 155

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

Shades of Governor Bay #4F509B

Tints of Governor Bay #4F509B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 49.36%

R = 25.16%
G = 25.48%
B = 49.36%

CMYK

 C value IS 0.49

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4F509B (or 0x4F509B) is known color: Governor Bay. HEX triplet: 4F, 50 and 9B. RGB value is (79,80,155). Sum of RGB (Red+Green+Blue) = 79+80+155=314 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.16% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 155 (60.94% from 255 or 49.36% from 314); Max value from RGB is 155 - color contains mainly: blue. Hex color #4F509B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F509B is #B0AF64. Grayscale: #575757. Windows color (decimal): -11579237 or 10178639. OLE color: 10178639.

HSL color Cylindrical-coordinate representation of color #4F509B: hue angle of 239.21º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4F509B is Cyan = 0.49, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 79 80 155 -
CMYK 0.49 0.48 0 0.39
HSL 239.21º 0.32% 0.46% -
HSV(B) 239.21º 0.49% 0.61% -
XYZ 12.01 9.77 32.26 -
YUV 88.25 165.67 121.4 -
System Red Green Blue C M Y K H S L
Decimal 79 80 155 0.49 0.48 0 0.39 239.21 0.32 0.46
Hex 4F 50 9B 31 30 0 27 EF 20 2E
Octal 117 120 233 61 60 0 47 357 40 56
Binary 1001111 1010000 10011011 110001 110000 0 100111 11101111 100000 101110

Color Harmonies of #4F509B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F509B

Black with #4F509B

Text Example


Text Example

White with #4F509B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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