Html Css Color HEX #4F4985 Victoria

📋 copy color: '#4F4985'

red 79 ◦ green 73 ◦ blue 133

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

Shades of Victoria #4F4985

Tints of Victoria #4F4985

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.61%

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

R = 27.72%
G = 25.61%
B = 46.67%

CMYK

 C value IS 0.41

 M value IS 0.45

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#4F4985 (or 0x4F4985) is known color: Victoria. HEX triplet: 4F, 49 and 85. RGB value is (79,73,133). Sum of RGB (Red+Green+Blue) = 79+73+133=285 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.72% from 285); Green value is 73 (28.91% from 255 or 25.61% from 285); Blue value is 133 (52.34% from 255 or 46.67% from 285); Max value from RGB is 133 - color contains mainly: blue. Hex color #4F4985 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F4985 is #B0B67A. Grayscale: #515151. Windows color (decimal): -11581051 or 8735055. OLE color: 8735055.

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

Color convert

RGB 79 73 133 -
CMYK 0.41 0.45 0 0.48
HSL 246º 0.29% 0.4% -
HSV(B) 246º 0.45% 0.52% -
XYZ 9.84 8.12 23.24 -
YUV 81.63 156.99 126.12 -
System Red Green Blue C M Y K H S L
Decimal 79 73 133 0.41 0.45 0 0.48 246 0.29 0.4
Hex 4F 49 85 29 2D 0 30 F6 1D 28
Octal 117 111 205 51 55 0 60 366 35 50
Binary 1001111 1001001 10000101 101001 101101 0 110000 11110110 11101 101000

Color Harmonies of #4F4985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4985

Black with #4F4985

Text Example


Text Example

White with #4F4985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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