Html Css Color HEX #4F4587 Victoria

📋 copy color: '#4F4587'

red 79 ◦ green 69 ◦ blue 135

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

Shades of Victoria #4F4587

Tints of Victoria #4F4587

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.38%

 BLUE value IS 135 (53.13% from 255) = 47.7%

R = 27.92%
G = 24.38%
B = 47.7%

CMYK

 C value IS 0.41

 M value IS 0.49

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#4F4587 (or 0x4F4587) is known color: Victoria. HEX triplet: 4F, 45 and 87. RGB value is (79,69,135). Sum of RGB (Red+Green+Blue) = 79+69+135=283 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.92% from 283); Green value is 69 (27.34% from 255 or 24.38% from 283); Blue value is 135 (53.12% from 255 or 47.70% from 283); Max value from RGB is 135 - color contains mainly: blue. Hex color #4F4587 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F4587 is #B0BA78. Grayscale: #4F4F4F. Windows color (decimal): -11582073 or 8865103. OLE color: 8865103.

HSL color Cylindrical-coordinate representation of color #4F4587: hue angle of 249.09º 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 #4F4587 is Cyan = 0.41, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 79 69 135 -
CMYK 0.41 0.49 0 0.47
HSL 249.09º 0.32% 0.4% -
HSV(B) 249.09º 0.49% 0.53% -
XYZ 9.73 7.67 23.89 -
YUV 79.51 159.31 127.63 -
System Red Green Blue C M Y K H S L
Decimal 79 69 135 0.41 0.49 0 0.47 249.09 0.32 0.4
Hex 4F 45 87 29 31 0 2F F9 20 28
Octal 117 105 207 51 61 0 57 371 40 50
Binary 1001111 1000101 10000111 101001 110001 0 101111 11111001 100000 101000

Color Harmonies of #4F4587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4587

Black with #4F4587

Text Example


Text Example

White with #4F4587

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,69,135); }

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

background-color css

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

 a { background-color: rgb(79,69,135); }

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

border-color css

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

 span { border-color: rgb(79,69,135); }

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