Html Css Color HEX #4F4B78 Victoria

📋 copy color: '#4F4B78'

red 79 ◦ green 75 ◦ blue 120

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

Shades of Victoria #4F4B78

Tints of Victoria #4F4B78

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.37%

 BLUE value IS 120 (47.27% from 255) = 43.8%

R = 28.83%
G = 27.37%
B = 43.8%

CMYK

 C value IS 0.34

 M value IS 0.37

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4F4B78 (or 0x4F4B78) is known color: Victoria. HEX triplet: 4F, 4B and 78. RGB value is (79,75,120). Sum of RGB (Red+Green+Blue) = 79+75+120=274 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.83% from 274); Green value is 75 (29.69% from 255 or 27.37% from 274); Blue value is 120 (47.27% from 255 or 43.80% from 274); Max value from RGB is 120 - color contains mainly: blue. Hex color #4F4B78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4B78 is #B0B487. Grayscale: #515151. Windows color (decimal): -11580552 or 7883599. OLE color: 7883599.

HSL color Cylindrical-coordinate representation of color #4F4B78: hue angle of 245.33º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4F4B78 is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 79 75 120 -
CMYK 0.34 0.37 0 0.53
HSL 245.33º 0.23% 0.38% -
HSV(B) 245.33º 0.38% 0.47% -
XYZ 9.13 8.05 18.84 -
YUV 81.33 149.83 126.34 -
System Red Green Blue C M Y K H S L
Decimal 79 75 120 0.34 0.37 0 0.53 245.33 0.23 0.38
Hex 4F 4B 78 22 25 0 35 F5 17 26
Octal 117 113 170 42 45 0 65 365 27 46
Binary 1001111 1001011 1111000 100010 100101 0 110101 11110101 10111 100110

Color Harmonies of #4F4B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4B78

Black with #4F4B78

Text Example


Text Example

White with #4F4B78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,75,120); }

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

background-color css

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

 a { background-color: rgb(79,75,120); }

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

border-color css

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

 span { border-color: rgb(79,75,120); }

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