Html Css Color HEX #4F4995 Governor Bay

📋 copy color: '#4F4995'

red 79 ◦ green 73 ◦ blue 149

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

Shades of Governor Bay #4F4995

Tints of Governor Bay #4F4995

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.25%

 BLUE value IS 149 (58.59% from 255) = 49.5%

R = 26.25%
G = 24.25%
B = 49.5%

CMYK

 C value IS 0.47

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4F4995 (or 0x4F4995) is known color: Governor Bay. HEX triplet: 4F, 49 and 95. RGB value is (79,73,149). Sum of RGB (Red+Green+Blue) = 79+73+149=301 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.25% from 301); Green value is 73 (28.91% from 255 or 24.25% from 301); Blue value is 149 (58.59% from 255 or 49.50% from 301); Max value from RGB is 149 - color contains mainly: blue. Hex color #4F4995 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F4995 is #B0B66A. Grayscale: #535353. Windows color (decimal): -11581035 or 9783631. OLE color: 9783631.

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

Color convert

RGB 79 73 149 -
CMYK 0.47 0.51 0 0.42
HSL 244.74º 0.34% 0.44% -
HSV(B) 244.74º 0.51% 0.58% -
XYZ 11.03 8.6 29.51 -
YUV 83.46 164.99 124.82 -
System Red Green Blue C M Y K H S L
Decimal 79 73 149 0.47 0.51 0 0.42 244.74 0.34 0.44
Hex 4F 49 95 2F 33 0 2A F5 22 2C
Octal 117 111 225 57 63 0 52 365 42 54
Binary 1001111 1001001 10010101 101111 110011 0 101010 11110101 100010 101100

Color Harmonies of #4F4995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4995

Black with #4F4995

Text Example


Text Example

White with #4F4995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,73,149); }

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

background-color css

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

 a { background-color: rgb(79,73,149); }

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

border-color css

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

 span { border-color: rgb(79,73,149); }

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