Html Css Color HEX #4F488A Victoria

📋 copy color: '#4F488A'

red 79 ◦ green 72 ◦ blue 138

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

Shades of Victoria #4F488A

Tints of Victoria #4F488A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 47.75%

R = 27.34%
G = 24.91%
B = 47.75%

CMYK

 C value IS 0.43

 M value IS 0.48

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#4F488A (or 0x4F488A) is known color: Victoria. HEX triplet: 4F, 48 and 8A. RGB value is (79,72,138). Sum of RGB (Red+Green+Blue) = 79+72+138=289 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.34% from 289); Green value is 72 (28.52% from 255 or 24.91% from 289); Blue value is 138 (54.30% from 255 or 47.75% from 289); Max value from RGB is 138 - color contains mainly: blue. Hex color #4F488A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F488A is #B0B775. Grayscale: #515151. Windows color (decimal): -11581302 or 9062479. OLE color: 9062479.

HSL color Cylindrical-coordinate representation of color #4F488A: hue angle of 246.36º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4F488A is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 79 72 138 -
CMYK 0.43 0.48 0 0.46
HSL 246.36º 0.31% 0.41% -
HSV(B) 246.36º 0.48% 0.54% -
XYZ 10.13 8.13 25.08 -
YUV 81.62 159.82 126.13 -
System Red Green Blue C M Y K H S L
Decimal 79 72 138 0.43 0.48 0 0.46 246.36 0.31 0.41
Hex 4F 48 8A 2B 30 0 2E F6 1F 29
Octal 117 110 212 53 60 0 56 366 37 51
Binary 1001111 1001000 10001010 101011 110000 0 101110 11110110 11111 101001

Color Harmonies of #4F488A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F488A

Black with #4F488A

Text Example


Text Example

White with #4F488A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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