Html Css Color HEX #4F4378 Victoria

📋 copy color: '#4F4378'

red 79 ◦ green 67 ◦ blue 120

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

Shades of Victoria #4F4378

Tints of Victoria #4F4378

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.19%

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

R = 29.7%
G = 25.19%
B = 45.11%

CMYK

 C value IS 0.34

 M value IS 0.44

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4F4378 (or 0x4F4378) is known color: Victoria. HEX triplet: 4F, 43 and 78. RGB value is (79,67,120). Sum of RGB (Red+Green+Blue) = 79+67+120=266 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.70% from 266); Green value is 67 (26.56% from 255 or 25.19% from 266); Blue value is 120 (47.27% from 255 or 45.11% from 266); Max value from RGB is 120 - color contains mainly: blue. Hex color #4F4378 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4378 is #B0BC87. Grayscale: #4C4C4C. Windows color (decimal): -11582600 or 7881551. OLE color: 7881551.

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

Color convert

RGB 79 67 120 -
CMYK 0.34 0.44 0 0.53
HSL 253.58º 0.28% 0.37% -
HSV(B) 253.58º 0.44% 0.47% -
XYZ 8.62 7.03 18.67 -
YUV 76.63 152.48 129.69 -
System Red Green Blue C M Y K H S L
Decimal 79 67 120 0.34 0.44 0 0.53 253.58 0.28 0.37
Hex 4F 43 78 22 2C 0 35 FE 1C 25
Octal 117 103 170 42 54 0 65 376 34 45
Binary 1001111 1000011 1111000 100010 101100 0 110101 11111110 11100 100101

Color Harmonies of #4F4378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4378

Black with #4F4378

Text Example


Text Example

White with #4F4378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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