Html Css Color HEX #4F4988 Victoria

📋 copy color: '#4F4988'

red 79 ◦ green 73 ◦ blue 136

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

Shades of Victoria #4F4988

Tints of Victoria #4F4988

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.35%

 BLUE value IS 136 (53.52% from 255) = 47.22%

R = 27.43%
G = 25.35%
B = 47.22%

CMYK

 C value IS 0.42

 M value IS 0.46

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#4F4988 (or 0x4F4988) is known color: Victoria. HEX triplet: 4F, 49 and 88. RGB value is (79,73,136). Sum of RGB (Red+Green+Blue) = 79+73+136=288 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.43% from 288); Green value is 73 (28.91% from 255 or 25.35% from 288); Blue value is 136 (53.52% from 255 or 47.22% from 288); Max value from RGB is 136 - color contains mainly: blue. Hex color #4F4988 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F4988 is #B0B677. Grayscale: #515151. Windows color (decimal): -11581048 or 8931663. OLE color: 8931663.

HSL color Cylindrical-coordinate representation of color #4F4988: hue angle of 245.71º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4F4988 is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 79 73 136 -
CMYK 0.42 0.46 0 0.47
HSL 245.71º 0.3% 0.41% -
HSV(B) 245.71º 0.46% 0.53% -
XYZ 10.05 8.2 24.35 -
YUV 81.98 158.49 125.88 -
System Red Green Blue C M Y K H S L
Decimal 79 73 136 0.42 0.46 0 0.47 245.71 0.3 0.41
Hex 4F 49 88 2A 2E 0 2F F6 1E 29
Octal 117 111 210 52 56 0 57 366 36 51
Binary 1001111 1001001 10001000 101010 101110 0 101111 11110110 11110 101001

Color Harmonies of #4F4988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4988

Black with #4F4988

Text Example


Text Example

White with #4F4988

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,73,136); }

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

background-color css

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

 a { background-color: rgb(79,73,136); }

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

border-color css

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

 span { border-color: rgb(79,73,136); }

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