Html Css Color HEX #4F4885 Victoria

📋 copy color: '#4F4885'

red 79 ◦ green 72 ◦ blue 133

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

Shades of Victoria #4F4885

Tints of Victoria #4F4885

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.35%

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

R = 27.82%
G = 25.35%
B = 46.83%

CMYK

 C value IS 0.41

 M value IS 0.46

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#4F4885 (or 0x4F4885) is known color: Victoria. HEX triplet: 4F, 48 and 85. RGB value is (79,72,133). Sum of RGB (Red+Green+Blue) = 79+72+133=284 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.82% from 284); Green value is 72 (28.52% from 255 or 25.35% from 284); Blue value is 133 (52.34% from 255 or 46.83% from 284); Max value from RGB is 133 - color contains mainly: blue. Hex color #4F4885 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F4885 is #B0B77A. Grayscale: #505050. Windows color (decimal): -11581307 or 8734799. OLE color: 8734799.

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

Color convert

RGB 79 72 133 -
CMYK 0.41 0.46 0 0.48
HSL 246.89º 0.3% 0.4% -
HSV(B) 246.89º 0.46% 0.52% -
XYZ 9.78 7.99 23.22 -
YUV 81.05 157.32 126.54 -
System Red Green Blue C M Y K H S L
Decimal 79 72 133 0.41 0.46 0 0.48 246.89 0.3 0.4
Hex 4F 48 85 29 2E 0 30 F7 1E 28
Octal 117 110 205 51 56 0 60 367 36 50
Binary 1001111 1001000 10000101 101001 101110 0 110000 11110111 11110 101000

Color Harmonies of #4F4885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4885

Black with #4F4885

Text Example


Text Example

White with #4F4885

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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