Html Css Color HEX #4F479B Governor Bay

📋 copy color: '#4F479B'

red 79 ◦ green 71 ◦ blue 155

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

Shades of Governor Bay #4F479B

Tints of Governor Bay #4F479B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.28%

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

R = 25.9%
G = 23.28%
B = 50.82%

CMYK

 C value IS 0.49

 M value IS 0.54

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4F479B (or 0x4F479B) is known color: Governor Bay. HEX triplet: 4F, 47 and 9B. RGB value is (79,71,155). Sum of RGB (Red+Green+Blue) = 79+71+155=305 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.90% from 305); Green value is 71 (28.12% from 255 or 23.28% from 305); Blue value is 155 (60.94% from 255 or 50.82% from 305); Max value from RGB is 155 - color contains mainly: blue. Hex color #4F479B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F479B is #B0B864. Grayscale: #525252. Windows color (decimal): -11581541 or 10176335. OLE color: 10176335.

HSL color Cylindrical-coordinate representation of color #4F479B: hue angle of 245.71º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4F479B is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 79 71 155 -
CMYK 0.49 0.54 0 0.39
HSL 245.71º 0.37% 0.44% -
HSV(B) 245.71º 0.54% 0.61% -
XYZ 11.39 8.54 32.06 -
YUV 82.97 168.65 125.17 -
System Red Green Blue C M Y K H S L
Decimal 79 71 155 0.49 0.54 0 0.39 245.71 0.37 0.44
Hex 4F 47 9B 31 36 0 27 F6 25 2C
Octal 117 107 233 61 66 0 47 366 45 54
Binary 1001111 1000111 10011011 110001 110110 0 100111 11110110 100101 101100

Color Harmonies of #4F479B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F479B

Black with #4F479B

Text Example


Text Example

White with #4F479B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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