Html Css Color HEX #4F4377 Victoria

📋 copy color: '#4F4377'

red 79 ◦ green 67 ◦ blue 119

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

Shades of Victoria #4F4377

Tints of Victoria #4F4377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 44.91%

R = 29.81%
G = 25.28%
B = 44.91%

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

#4F4377 (or 0x4F4377) is known color: Victoria. HEX triplet: 4F, 43 and 77. RGB value is (79,67,119). Sum of RGB (Red+Green+Blue) = 79+67+119=265 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.81% from 265); Green value is 67 (26.56% from 255 or 25.28% from 265); Blue value is 119 (46.88% from 255 or 44.91% from 265); Max value from RGB is 119 - color contains mainly: blue. Hex color #4F4377 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4377 is #B0BC88. Grayscale: #4C4C4C. Windows color (decimal): -11582601 or 7816015. OLE color: 7816015.

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

Color convert

RGB 79 67 119 -
CMYK 0.34 0.44 0 0.53
HSL 253.85º 0.28% 0.36% -
HSV(B) 253.85º 0.44% 0.47% -
XYZ 8.56 7.01 18.35 -
YUV 76.52 151.98 129.77 -
System Red Green Blue C M Y K H S L
Decimal 79 67 119 0.34 0.44 0 0.53 253.85 0.28 0.36
Hex 4F 43 77 22 2C 0 35 FE 1C 24
Octal 117 103 167 42 54 0 65 376 34 44
Binary 1001111 1000011 1110111 100010 101100 0 110101 11111110 11100 100100

Color Harmonies of #4F4377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4377

Black with #4F4377

Text Example


Text Example

White with #4F4377

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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