Html Css Color HEX #4F579F Governor Bay

📋 copy color: '#4F579F'

red 79 ◦ green 87 ◦ blue 159

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

Shades of Governor Bay #4F579F

Tints of Governor Bay #4F579F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.77%

 BLUE value IS 159 (62.5% from 255) = 48.92%

R = 24.31%
G = 26.77%
B = 48.92%

CMYK

 C value IS 0.50

 M value IS 0.45

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4F579F (or 0x4F579F) is known color: Governor Bay. HEX triplet: 4F, 57 and 9F. RGB value is (79,87,159). Sum of RGB (Red+Green+Blue) = 79+87+159=325 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.31% from 325); Green value is 87 (34.38% from 255 or 26.77% from 325); Blue value is 159 (62.5% from 255 or 48.92% from 325); Max value from RGB is 159 - color contains mainly: blue. Hex color #4F579F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F579F is #B0A860. Grayscale: #5C5C5C. Windows color (decimal): -11577441 or 10442575. OLE color: 10442575.

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

Color convert

RGB 79 87 159 -
CMYK 0.50 0.45 0 0.38
HSL 234º 0.34% 0.47% -
HSV(B) 234º 0.5% 0.62% -
XYZ 12.89 10.98 34.24 -
YUV 92.82 165.35 118.15 -
System Red Green Blue C M Y K H S L
Decimal 79 87 159 0.50 0.45 0 0.38 234 0.34 0.47
Hex 4F 57 9F 32 2D 0 26 EA 22 2F
Octal 117 127 237 62 55 0 46 352 42 57
Binary 1001111 1010111 10011111 110010 101101 0 100110 11101010 100010 101111

Color Harmonies of #4F579F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F579F

Black with #4F579F

Text Example


Text Example

White with #4F579F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,87,159); }

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

background-color css

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

 a { background-color: rgb(79,87,159); }

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

border-color css

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

 span { border-color: rgb(79,87,159); }

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