Html Css Color HEX #4F559D Governor Bay

📋 copy color: '#4F559D'

red 79 ◦ green 85 ◦ blue 157

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

Shades of Governor Bay #4F559D

Tints of Governor Bay #4F559D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.48%

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

R = 24.61%
G = 26.48%
B = 48.91%

CMYK

 C value IS 0.50

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4F559D (or 0x4F559D) is known color: Governor Bay. HEX triplet: 4F, 55 and 9D. RGB value is (79,85,157). Sum of RGB (Red+Green+Blue) = 79+85+157=321 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.61% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 157 (61.72% from 255 or 48.91% from 321); Max value from RGB is 157 - color contains mainly: blue. Hex color #4F559D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F559D is #B0AA62. Grayscale: #5B5B5B. Windows color (decimal): -11577955 or 10310991. OLE color: 10310991.

HSL color Cylindrical-coordinate representation of color #4F559D: hue angle of 235.38º 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 #4F559D is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 79 85 157 -
CMYK 0.50 0.46 0 0.38
HSL 235.38º 0.33% 0.46% -
HSV(B) 235.38º 0.5% 0.62% -
XYZ 12.56 10.59 33.28 -
YUV 91.41 165.01 119.15 -
System Red Green Blue C M Y K H S L
Decimal 79 85 157 0.50 0.46 0 0.38 235.38 0.33 0.46
Hex 4F 55 9D 32 2E 0 26 EB 21 2E
Octal 117 125 235 62 56 0 46 353 41 56
Binary 1001111 1010101 10011101 110010 101110 0 100110 11101011 100001 101110

Color Harmonies of #4F559D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F559D

Black with #4F559D

Text Example


Text Example

White with #4F559D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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