Html Css Color HEX #4F2478 Blue Diamond

📋 copy color: '#4F2478'

red 79 ◦ green 36 ◦ blue 120

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

Shades of Blue Diamond #4F2478

Tints of Blue Diamond #4F2478

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.32%

 BLUE value IS 120 (47.27% from 255) = 51.06%

R = 33.62%
G = 15.32%
B = 51.06%

CMYK

 C value IS 0.34

 M value IS 0.7

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4F2478 (or 0x4F2478) is known color: Blue Diamond. HEX triplet: 4F, 24 and 78. RGB value is (79,36,120). Sum of RGB (Red+Green+Blue) = 79+36+120=235 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.62% from 235); Green value is 36 (14.45% from 255 or 15.32% from 235); Blue value is 120 (47.27% from 255 or 51.06% from 235); Max value from RGB is 120 - color contains mainly: blue. Hex color #4F2478 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F2478 is #B0DB87. Grayscale: #3A3A3A. Windows color (decimal): -11590536 or 7873615. OLE color: 7873615.

HSL color Cylindrical-coordinate representation of color #4F2478: hue angle of 270.71º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4F2478 is Cyan = 0.34, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 79 36 120 -
CMYK 0.34 0.7 0 0.53
HSL 270.71º 0.54% 0.31% -
HSV(B) 270.71º 0.7% 0.47% -
XYZ 7.25 4.28 18.21 -
YUV 58.43 162.75 142.67 -
System Red Green Blue C M Y K H S L
Decimal 79 36 120 0.34 0.7 0 0.53 270.71 0.54 0.31
Hex 4F 24 78 22 46 0 35 10F 36 1F
Octal 117 44 170 42 106 0 65 417 66 37
Binary 1001111 100100 1111000 100010 1000110 0 110101 100001111 110110 11111

Color Harmonies of #4F2478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2478

Black with #4F2478

Text Example


Text Example

White with #4F2478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,36,120); }

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

background-color css

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

 a { background-color: rgb(79,36,120); }

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

border-color css

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

 span { border-color: rgb(79,36,120); }

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