Html Css Color HEX #4F5E9B Governor Bay

📋 copy color: '#4F5E9B'

red 79 ◦ green 94 ◦ blue 155

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

Shades of Governor Bay #4F5E9B

Tints of Governor Bay #4F5E9B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.66%

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

R = 24.09%
G = 28.66%
B = 47.26%

CMYK

 C value IS 0.49

 M value IS 0.39

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4F5E9B (or 0x4F5E9B) is known color: Governor Bay. HEX triplet: 4F, 5E and 9B. RGB value is (79,94,155). Sum of RGB (Red+Green+Blue) = 79+94+155=328 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.09% from 328); Green value is 94 (37.11% from 255 or 28.66% from 328); Blue value is 155 (60.94% from 255 or 47.26% from 328); Max value from RGB is 155 - color contains mainly: blue. Hex color #4F5E9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F5E9B is #B0A164. Grayscale: #606060. Windows color (decimal): -11575653 or 10182223. OLE color: 10182223.

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

Color convert

RGB 79 94 155 -
CMYK 0.49 0.39 0 0.39
HSL 228.16º 0.32% 0.46% -
HSV(B) 228.16º 0.49% 0.61% -
XYZ 13.14 12.03 32.64 -
YUV 96.47 161.03 115.54 -
System Red Green Blue C M Y K H S L
Decimal 79 94 155 0.49 0.39 0 0.39 228.16 0.32 0.46
Hex 4F 5E 9B 31 27 0 27 E4 20 2E
Octal 117 136 233 61 47 0 47 344 40 56
Binary 1001111 1011110 10011011 110001 100111 0 100111 11100100 100000 101110

Color Harmonies of #4F5E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5E9B

Black with #4F5E9B

Text Example


Text Example

White with #4F5E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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