Html Css Color HEX #4F549B Governor Bay

📋 copy color: '#4F549B'

red 79 ◦ green 84 ◦ blue 155

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

Shades of Governor Bay #4F549B

Tints of Governor Bay #4F549B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.42%

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

R = 24.84%
G = 26.42%
B = 48.74%

CMYK

 C value IS 0.49

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4F549B (or 0x4F549B) is known color: Governor Bay. HEX triplet: 4F, 54 and 9B. RGB value is (79,84,155). Sum of RGB (Red+Green+Blue) = 79+84+155=318 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.84% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 155 (60.94% from 255 or 48.74% from 318); Max value from RGB is 155 - color contains mainly: blue. Hex color #4F549B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F549B is #B0AB64. Grayscale: #5A5A5A. Windows color (decimal): -11578213 or 10179663. OLE color: 10179663.

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

Color convert

RGB 79 84 155 -
CMYK 0.49 0.46 0 0.39
HSL 236.05º 0.32% 0.46% -
HSV(B) 236.05º 0.49% 0.61% -
XYZ 12.31 10.37 32.36 -
YUV 90.6 164.34 119.73 -
System Red Green Blue C M Y K H S L
Decimal 79 84 155 0.49 0.46 0 0.39 236.05 0.32 0.46
Hex 4F 54 9B 31 2E 0 27 EC 20 2E
Octal 117 124 233 61 56 0 47 354 40 56
Binary 1001111 1010100 10011011 110001 101110 0 100111 11101100 100000 101110

Color Harmonies of #4F549B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F549B

Black with #4F549B

Text Example


Text Example

White with #4F549B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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