Html Css Color HEX #4F559E Governor Bay

📋 copy color: '#4F559E'

red 79 ◦ green 85 ◦ blue 158

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

Shades of Governor Bay #4F559E

Tints of Governor Bay #4F559E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 49.07%

R = 24.53%
G = 26.4%
B = 49.07%

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

#4F559E (or 0x4F559E) is known color: Governor Bay. HEX triplet: 4F, 55 and 9E. RGB value is (79,85,158). Sum of RGB (Red+Green+Blue) = 79+85+158=322 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.53% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 158 (62.11% from 255 or 49.07% from 322); Max value from RGB is 158 - color contains mainly: blue. Hex color #4F559E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F559E is #B0AA61. Grayscale: #5B5B5B. Windows color (decimal): -11577954 or 10376527. OLE color: 10376527.

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

Color convert

RGB 79 85 158 -
CMYK 0.50 0.46 0 0.38
HSL 235.44º 0.33% 0.46% -
HSV(B) 235.44º 0.5% 0.62% -
XYZ 12.64 10.63 33.73 -
YUV 91.53 165.51 119.06 -
System Red Green Blue C M Y K H S L
Decimal 79 85 158 0.50 0.46 0 0.38 235.44 0.33 0.46
Hex 4F 55 9E 32 2E 0 26 EB 21 2E
Octal 117 125 236 62 56 0 46 353 41 56
Binary 1001111 1010101 10011110 110010 101110 0 100110 11101011 100001 101110

Color Harmonies of #4F559E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F559E

Black with #4F559E

Text Example


Text Example

White with #4F559E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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