Html Css Color HEX #4F487C Victoria

📋 copy color: '#4F487C'

red 79 ◦ green 72 ◦ blue 124

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

Shades of Victoria #4F487C

Tints of Victoria #4F487C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 45.09%

R = 28.73%
G = 26.18%
B = 45.09%

CMYK

 C value IS 0.36

 M value IS 0.42

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4F487C (or 0x4F487C) is known color: Victoria. HEX triplet: 4F, 48 and 7C. RGB value is (79,72,124). Sum of RGB (Red+Green+Blue) = 79+72+124=275 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.73% from 275); Green value is 72 (28.52% from 255 or 26.18% from 275); Blue value is 124 (48.83% from 255 or 45.09% from 275); Max value from RGB is 124 - color contains mainly: blue. Hex color #4F487C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F487C is #B0B783. Grayscale: #4F4F4F. Windows color (decimal): -11581316 or 8144975. OLE color: 8144975.

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

Color convert

RGB 79 72 124 -
CMYK 0.36 0.42 0 0.51
HSL 248.08º 0.27% 0.38% -
HSV(B) 248.08º 0.42% 0.49% -
XYZ 9.18 7.75 20.08 -
YUV 80.02 152.82 127.27 -
System Red Green Blue C M Y K H S L
Decimal 79 72 124 0.36 0.42 0 0.51 248.08 0.27 0.38
Hex 4F 48 7C 24 2A 0 33 F8 1B 26
Octal 117 110 174 44 52 0 63 370 33 46
Binary 1001111 1001000 1111100 100100 101010 0 110011 11111000 11011 100110

Color Harmonies of #4F487C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F487C

Black with #4F487C

Text Example


Text Example

White with #4F487C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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