Html Css Color HEX #4F4485 Victoria

📋 copy color: '#4F4485'

red 79 ◦ green 68 ◦ blue 133

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

Shades of Victoria #4F4485

Tints of Victoria #4F4485

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.29%

 BLUE value IS 133 (52.34% from 255) = 47.5%

R = 28.21%
G = 24.29%
B = 47.5%

CMYK

 C value IS 0.41

 M value IS 0.49

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#4F4485 (or 0x4F4485) is known color: Victoria. HEX triplet: 4F, 44 and 85. RGB value is (79,68,133). Sum of RGB (Red+Green+Blue) = 79+68+133=280 (37% of max value = 765). Red value is 79 (31.25% from 255 or 28.21% from 280); Green value is 68 (26.95% from 255 or 24.29% from 280); Blue value is 133 (52.34% from 255 or 47.5% from 280); Max value from RGB is 133 - color contains mainly: blue. Hex color #4F4485 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F4485 is #B0BB7A. Grayscale: #4E4E4E. Windows color (decimal): -11582331 or 8733775. OLE color: 8733775.

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

Color convert

RGB 79 68 133 -
CMYK 0.41 0.49 0 0.48
HSL 250.15º 0.32% 0.39% -
HSV(B) 250.15º 0.49% 0.52% -
XYZ 9.53 7.49 23.13 -
YUV 78.7 158.64 128.21 -
System Red Green Blue C M Y K H S L
Decimal 79 68 133 0.41 0.49 0 0.48 250.15 0.32 0.39
Hex 4F 44 85 29 31 0 30 FA 20 27
Octal 117 104 205 51 61 0 60 372 40 47
Binary 1001111 1000100 10000101 101001 110001 0 110000 11111010 100000 100111

Color Harmonies of #4F4485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4485

Black with #4F4485

Text Example


Text Example

White with #4F4485

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,68,133); }

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

background-color css

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

 a { background-color: rgb(79,68,133); }

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

border-color css

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

 span { border-color: rgb(79,68,133); }

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