Html Css Color HEX #4F467F Victoria

📋 copy color: '#4F467F'

red 79 ◦ green 70 ◦ blue 127

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

Shades of Victoria #4F467F

Tints of Victoria #4F467F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.36%

 BLUE value IS 127 (50% from 255) = 46.01%

R = 28.62%
G = 25.36%
B = 46.01%

CMYK

 C value IS 0.38

 M value IS 0.45

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#4F467F (or 0x4F467F) is known color: Victoria. HEX triplet: 4F, 46 and 7F. RGB value is (79,70,127). Sum of RGB (Red+Green+Blue) = 79+70+127=276 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.62% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 127 (50% from 255 or 46.01% from 276); Max value from RGB is 127 - color contains mainly: blue. Hex color #4F467F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F467F is #B0B980. Grayscale: #4E4E4E. Windows color (decimal): -11581825 or 8341071. OLE color: 8341071.

HSL color Cylindrical-coordinate representation of color #4F467F: hue angle of 249.47º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4F467F is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 79 70 127 -
CMYK 0.38 0.45 0 0.50
HSL 249.47º 0.29% 0.39% -
HSV(B) 249.47º 0.45% 0.5% -
XYZ 9.25 7.57 21.05 -
YUV 79.19 154.98 127.87 -
System Red Green Blue C M Y K H S L
Decimal 79 70 127 0.38 0.45 0 0.50 249.47 0.29 0.39
Hex 4F 46 7F 26 2D 0 32 F9 1D 27
Octal 117 106 177 46 55 0 62 371 35 47
Binary 1001111 1000110 1111111 100110 101101 0 110010 11111001 11101 100111

Color Harmonies of #4F467F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F467F

Black with #4F467F

Text Example


Text Example

White with #4F467F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,70,127); }

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

background-color css

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

 a { background-color: rgb(79,70,127); }

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

border-color css

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

 span { border-color: rgb(79,70,127); }

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