Html Css Color HEX #4F4689 Victoria

📋 copy color: '#4F4689'

red 79 ◦ green 70 ◦ blue 137

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

Shades of Victoria #4F4689

Tints of Victoria #4F4689

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.48%

 BLUE value IS 137 (53.91% from 255) = 47.9%

R = 27.62%
G = 24.48%
B = 47.9%

CMYK

 C value IS 0.42

 M value IS 0.49

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#4F4689 (or 0x4F4689) is known color: Victoria. HEX triplet: 4F, 46 and 89. RGB value is (79,70,137). Sum of RGB (Red+Green+Blue) = 79+70+137=286 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.62% from 286); Green value is 70 (27.73% from 255 or 24.48% from 286); Blue value is 137 (53.91% from 255 or 47.90% from 286); Max value from RGB is 137 - color contains mainly: blue. Hex color #4F4689 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F4689 is #B0B976. Grayscale: #505050. Windows color (decimal): -11581815 or 8996431. OLE color: 8996431.

HSL color Cylindrical-coordinate representation of color #4F4689: hue angle of 248.06º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4F4689 is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 79 70 137 -
CMYK 0.42 0.49 0 0.46
HSL 248.06º 0.32% 0.41% -
HSV(B) 248.06º 0.49% 0.54% -
XYZ 9.93 7.85 24.66 -
YUV 80.33 159.98 127.05 -
System Red Green Blue C M Y K H S L
Decimal 79 70 137 0.42 0.49 0 0.46 248.06 0.32 0.41
Hex 4F 46 89 2A 31 0 2E F8 20 29
Octal 117 106 211 52 61 0 56 370 40 51
Binary 1001111 1000110 10001001 101010 110001 0 101110 11111000 100000 101001

Color Harmonies of #4F4689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4689

Black with #4F4689

Text Example


Text Example

White with #4F4689

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,70,137); }

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

background-color css

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

 a { background-color: rgb(79,70,137); }

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

border-color css

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

 span { border-color: rgb(79,70,137); }

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