Html Css Color HEX #4F559B Governor Bay

📋 copy color: '#4F559B'

red 79 ◦ green 85 ◦ blue 155

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

Shades of Governor Bay #4F559B

Tints of Governor Bay #4F559B

RGB

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

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

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

R = 24.76%
G = 26.65%
B = 48.59%

CMYK

 C value IS 0.49

 M value IS 0.45

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4F559B (or 0x4F559B) is known color: Governor Bay. HEX triplet: 4F, 55 and 9B. RGB value is (79,85,155). Sum of RGB (Red+Green+Blue) = 79+85+155=319 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.76% from 319); Green value is 85 (33.59% from 255 or 26.65% from 319); Blue value is 155 (60.94% from 255 or 48.59% from 319); Max value from RGB is 155 - color contains mainly: blue. Hex color #4F559B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F559B is #B0AA64. Grayscale: #5A5A5A. Windows color (decimal): -11577957 or 10179919. OLE color: 10179919.

HSL color Cylindrical-coordinate representation of color #4F559B: hue angle of 235.26º 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 #4F559B is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 79 85 155 -
CMYK 0.49 0.45 0 0.39
HSL 235.26º 0.32% 0.46% -
HSV(B) 235.26º 0.49% 0.61% -
XYZ 12.39 10.53 32.39 -
YUV 91.19 164.01 119.31 -
System Red Green Blue C M Y K H S L
Decimal 79 85 155 0.49 0.45 0 0.39 235.26 0.32 0.46
Hex 4F 55 9B 31 2D 0 27 EB 20 2E
Octal 117 125 233 61 55 0 47 353 40 56
Binary 1001111 1010101 10011011 110001 101101 0 100111 11101011 100000 101110

Color Harmonies of #4F559B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F559B

Black with #4F559B

Text Example


Text Example

White with #4F559B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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