Html Css Color HEX #4F4688 Victoria

📋 copy color: '#4F4688'

red 79 ◦ green 70 ◦ blue 136

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

Shades of Victoria #4F4688

Tints of Victoria #4F4688

RGB

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

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

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

R = 27.72%
G = 24.56%
B = 47.72%

CMYK

 C value IS 0.42

 M value IS 0.49

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#4F4688 (or 0x4F4688) is known color: Victoria. HEX triplet: 4F, 46 and 88. RGB value is (79,70,136). Sum of RGB (Red+Green+Blue) = 79+70+136=285 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.72% from 285); Green value is 70 (27.73% from 255 or 24.56% from 285); Blue value is 136 (53.52% from 255 or 47.72% from 285); Max value from RGB is 136 - color contains mainly: blue. Hex color #4F4688 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F4688 is #B0B977. Grayscale: #4F4F4F. Windows color (decimal): -11581816 or 8930895. OLE color: 8930895.

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

Color convert

RGB 79 70 136 -
CMYK 0.42 0.49 0 0.47
HSL 248.18º 0.32% 0.4% -
HSV(B) 248.18º 0.49% 0.53% -
XYZ 9.86 7.82 24.28 -
YUV 80.22 159.48 127.13 -
System Red Green Blue C M Y K H S L
Decimal 79 70 136 0.42 0.49 0 0.47 248.18 0.32 0.4
Hex 4F 46 88 2A 31 0 2F F8 20 28
Octal 117 106 210 52 61 0 57 370 40 50
Binary 1001111 1000110 10001000 101010 110001 0 101111 11111000 100000 101000

Color Harmonies of #4F4688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4688

Black with #4F4688

Text Example


Text Example

White with #4F4688

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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