Html Css Color HEX #4F487E Victoria

📋 copy color: '#4F487E'

red 79 ◦ green 72 ◦ blue 126

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

Shades of Victoria #4F487E

Tints of Victoria #4F487E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.99%

 BLUE value IS 126 (49.61% from 255) = 45.49%

R = 28.52%
G = 25.99%
B = 45.49%

CMYK

 C value IS 0.37

 M value IS 0.43

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4F487E (or 0x4F487E) is known color: Victoria. HEX triplet: 4F, 48 and 7E. RGB value is (79,72,126). Sum of RGB (Red+Green+Blue) = 79+72+126=277 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.52% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 126 (49.61% from 255 or 45.49% from 277); Max value from RGB is 126 - color contains mainly: blue. Hex color #4F487E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F487E is #B0B781. Grayscale: #505050. Windows color (decimal): -11581314 or 8276047. OLE color: 8276047.

HSL color Cylindrical-coordinate representation of color #4F487E: hue angle of 247.78º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4F487E is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 79 72 126 -
CMYK 0.37 0.43 0 0.51
HSL 247.78º 0.27% 0.39% -
HSV(B) 247.78º 0.43% 0.49% -
XYZ 9.31 7.8 20.75 -
YUV 80.25 153.82 127.11 -
System Red Green Blue C M Y K H S L
Decimal 79 72 126 0.37 0.43 0 0.51 247.78 0.27 0.39
Hex 4F 48 7E 25 2B 0 33 F8 1B 27
Octal 117 110 176 45 53 0 63 370 33 47
Binary 1001111 1001000 1111110 100101 101011 0 110011 11111000 11011 100111

Color Harmonies of #4F487E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F487E

Black with #4F487E

Text Example


Text Example

White with #4F487E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,72,126); }

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

background-color css

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

 a { background-color: rgb(79,72,126); }

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

border-color css

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

 span { border-color: rgb(79,72,126); }

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