Html Css Color HEX #4F4C82 Victoria

📋 copy color: '#4F4C82'

red 79 ◦ green 76 ◦ blue 130

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

Shades of Victoria #4F4C82

Tints of Victoria #4F4C82

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.67%

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

R = 27.72%
G = 26.67%
B = 45.61%

CMYK

 C value IS 0.39

 M value IS 0.42

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#4F4C82 (or 0x4F4C82) is known color: Victoria. HEX triplet: 4F, 4C and 82. RGB value is (79,76,130). Sum of RGB (Red+Green+Blue) = 79+76+130=285 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.72% from 285); Green value is 76 (30.08% from 255 or 26.67% from 285); Blue value is 130 (51.17% from 255 or 45.61% from 285); Max value from RGB is 130 - color contains mainly: blue. Hex color #4F4C82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F4C82 is #B0B37D. Grayscale: #525252. Windows color (decimal): -11580286 or 8539215. OLE color: 8539215.

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

Color convert

RGB 79 76 130 -
CMYK 0.39 0.42 0 0.49
HSL 243.33º 0.26% 0.4% -
HSV(B) 243.33º 0.42% 0.51% -
XYZ 9.84 8.44 22.23 -
YUV 83.05 154.49 125.11 -
System Red Green Blue C M Y K H S L
Decimal 79 76 130 0.39 0.42 0 0.49 243.33 0.26 0.4
Hex 4F 4C 82 27 2A 0 31 F3 1A 28
Octal 117 114 202 47 52 0 61 363 32 50
Binary 1001111 1001100 10000010 100111 101010 0 110001 11110011 11010 101000

Color Harmonies of #4F4C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4C82

Black with #4F4C82

Text Example


Text Example

White with #4F4C82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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