Html Css Color HEX #4F4682 Victoria

📋 copy color: '#4F4682'

red 79 ◦ green 70 ◦ blue 130

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

Shades of Victoria #4F4682

Tints of Victoria #4F4682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 46.59%

R = 28.32%
G = 25.09%
B = 46.59%

CMYK

 C value IS 0.39

 M value IS 0.46

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#4F4682 (or 0x4F4682) is known color: Victoria. HEX triplet: 4F, 46 and 82. RGB value is (79,70,130). Sum of RGB (Red+Green+Blue) = 79+70+130=279 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.32% from 279); Green value is 70 (27.73% from 255 or 25.09% from 279); Blue value is 130 (51.17% from 255 or 46.59% from 279); Max value from RGB is 130 - color contains mainly: blue. Hex color #4F4682 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F4682 is #B0B97D. Grayscale: #4F4F4F. Windows color (decimal): -11581822 or 8537679. OLE color: 8537679.

HSL color Cylindrical-coordinate representation of color #4F4682: hue angle of 249º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4F4682 is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 79 70 130 -
CMYK 0.39 0.46 0 0.49
HSL 249º 0.3% 0.39% -
HSV(B) 249º 0.46% 0.51% -
XYZ 9.44 7.65 22.1 -
YUV 79.53 156.48 127.62 -
System Red Green Blue C M Y K H S L
Decimal 79 70 130 0.39 0.46 0 0.49 249 0.3 0.39
Hex 4F 46 82 27 2E 0 31 F9 1E 27
Octal 117 106 202 47 56 0 61 371 36 47
Binary 1001111 1000110 10000010 100111 101110 0 110001 11111001 11110 100111

Color Harmonies of #4F4682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4682

Black with #4F4682

Text Example


Text Example

White with #4F4682

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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