Html Css Color HEX #4F2374 Blue Diamond

📋 copy color: '#4F2374'

red 79 ◦ green 35 ◦ blue 116

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

Shades of Blue Diamond #4F2374

Tints of Blue Diamond #4F2374

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.22%

 BLUE value IS 116 (45.7% from 255) = 50.43%

R = 34.35%
G = 15.22%
B = 50.43%

CMYK

 C value IS 0.32

 M value IS 0.70

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4F2374 (or 0x4F2374) is known color: Blue Diamond. HEX triplet: 4F, 23 and 74. RGB value is (79,35,116). Sum of RGB (Red+Green+Blue) = 79+35+116=230 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.35% from 230); Green value is 35 (14.06% from 255 or 15.22% from 230); Blue value is 116 (45.70% from 255 or 50.43% from 230); Max value from RGB is 116 - color contains mainly: blue. Hex color #4F2374 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F2374 is #B0DC8B. Grayscale: #393939. Windows color (decimal): -11590796 or 7611215. OLE color: 7611215.

HSL color Cylindrical-coordinate representation of color #4F2374: hue angle of 272.59º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4F2374 is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 79 35 116 -
CMYK 0.32 0.70 0 0.55
HSL 272.59º 0.54% 0.3% -
HSV(B) 272.59º 0.7% 0.45% -
XYZ 6.98 4.13 16.95 -
YUV 57.39 161.08 143.41 -
System Red Green Blue C M Y K H S L
Decimal 79 35 116 0.32 0.70 0 0.55 272.59 0.54 0.3
Hex 4F 23 74 20 46 0 37 111 36 1E
Octal 117 43 164 40 106 0 67 421 66 36
Binary 1001111 100011 1110100 100000 1000110 0 110111 100010001 110110 11110

Color Harmonies of #4F2374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2374

Black with #4F2374

Text Example


Text Example

White with #4F2374

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,35,116); }

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

background-color css

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

 a { background-color: rgb(79,35,116); }

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

border-color css

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

 span { border-color: rgb(79,35,116); }

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