Html Css Color HEX #4F5894 Governor Bay

📋 copy color: '#4F5894'

red 79 ◦ green 88 ◦ blue 148

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

Shades of Governor Bay #4F5894

Tints of Governor Bay #4F5894

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.94%

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

R = 25.08%
G = 27.94%
B = 46.98%

CMYK

 C value IS 0.47

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4F5894 (or 0x4F5894) is known color: Governor Bay. HEX triplet: 4F, 58 and 94. RGB value is (79,88,148). Sum of RGB (Red+Green+Blue) = 79+88+148=315 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.08% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 148 (58.20% from 255 or 46.98% from 315); Max value from RGB is 148 - color contains mainly: blue. Hex color #4F5894 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F5894 is #B0A76B. Grayscale: #5B5B5B. Windows color (decimal): -11577196 or 9721935. OLE color: 9721935.

HSL color Cylindrical-coordinate representation of color #4F5894: hue angle of 232.17º 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 #4F5894 is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 79 88 148 -
CMYK 0.47 0.41 0 0.42
HSL 232.17º 0.3% 0.45% -
HSV(B) 232.17º 0.47% 0.58% -
XYZ 12.06 10.78 29.46 -
YUV 92.15 159.52 118.62 -
System Red Green Blue C M Y K H S L
Decimal 79 88 148 0.47 0.41 0 0.42 232.17 0.3 0.45
Hex 4F 58 94 2F 29 0 2A E8 1E 2D
Octal 117 130 224 57 51 0 52 350 36 55
Binary 1001111 1011000 10010100 101111 101001 0 101010 11101000 11110 101101

Color Harmonies of #4F5894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5894

Black with #4F5894

Text Example


Text Example

White with #4F5894

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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