Html Css Color HEX #4F4774 Victoria

📋 copy color: '#4F4774'

red 79 ◦ green 71 ◦ blue 116

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

Shades of Victoria #4F4774

Tints of Victoria #4F4774

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.69%

 BLUE value IS 116 (45.7% from 255) = 43.61%

R = 29.7%
G = 26.69%
B = 43.61%

CMYK

 C value IS 0.32

 M value IS 0.39

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4F4774 (or 0x4F4774) is known color: Victoria. HEX triplet: 4F, 47 and 74. RGB value is (79,71,116). Sum of RGB (Red+Green+Blue) = 79+71+116=266 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.70% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 116 (45.70% from 255 or 43.61% from 266); Max value from RGB is 116 - color contains mainly: blue. Hex color #4F4774 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4774 is #B0B88B. Grayscale: #4E4E4E. Windows color (decimal): -11581580 or 7620431. OLE color: 7620431.

HSL color Cylindrical-coordinate representation of color #4F4774: hue angle of 250.67º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4F4774 is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 79 71 116 -
CMYK 0.32 0.39 0 0.55
HSL 250.67º 0.24% 0.37% -
HSV(B) 250.67º 0.39% 0.45% -
XYZ 8.63 7.43 17.5 -
YUV 78.52 149.15 128.34 -
System Red Green Blue C M Y K H S L
Decimal 79 71 116 0.32 0.39 0 0.55 250.67 0.24 0.37
Hex 4F 47 74 20 27 0 37 FB 18 25
Octal 117 107 164 40 47 0 67 373 30 45
Binary 1001111 1000111 1110100 100000 100111 0 110111 11111011 11000 100101

Color Harmonies of #4F4774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4774

Black with #4F4774

Text Example


Text Example

White with #4F4774

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,71,116); }

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

background-color css

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

 a { background-color: rgb(79,71,116); }

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

border-color css

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

 span { border-color: rgb(79,71,116); }

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