Html Css Color HEX #4F5E94 Governor Bay

📋 copy color: '#4F5E94'

red 79 ◦ green 94 ◦ blue 148

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

Shades of Governor Bay #4F5E94

Tints of Governor Bay #4F5E94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 46.11%

R = 24.61%
G = 29.28%
B = 46.11%

CMYK

 C value IS 0.47

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4F5E94 (or 0x4F5E94) is known color: Governor Bay. HEX triplet: 4F, 5E and 94. RGB value is (79,94,148). Sum of RGB (Red+Green+Blue) = 79+94+148=321 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.61% from 321); Green value is 94 (37.11% from 255 or 29.28% from 321); Blue value is 148 (58.20% from 255 or 46.11% from 321); Max value from RGB is 148 - color contains mainly: blue. Hex color #4F5E94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F5E94 is #B0A16B. Grayscale: #5F5F5F. Windows color (decimal): -11575660 or 9723471. OLE color: 9723471.

HSL color Cylindrical-coordinate representation of color #4F5E94: hue angle of 226.96º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4F5E94 is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 79 94 148 -
CMYK 0.47 0.36 0 0.42
HSL 226.96º 0.3% 0.45% -
HSV(B) 226.96º 0.47% 0.58% -
XYZ 12.57 11.81 29.63 -
YUV 95.67 157.53 116.11 -
System Red Green Blue C M Y K H S L
Decimal 79 94 148 0.47 0.36 0 0.42 226.96 0.3 0.45
Hex 4F 5E 94 2F 24 0 2A E3 1E 2D
Octal 117 136 224 57 44 0 52 343 36 55
Binary 1001111 1011110 10010100 101111 100100 0 101010 11100011 11110 101101

Color Harmonies of #4F5E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5E94

Black with #4F5E94

Text Example


Text Example

White with #4F5E94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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