Html Css Color HEX #4F2472 Blue Diamond

📋 copy color: '#4F2472'

red 79 ◦ green 36 ◦ blue 114

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

Shades of Blue Diamond #4F2472

Tints of Blue Diamond #4F2472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 49.78%

R = 34.5%
G = 15.72%
B = 49.78%

CMYK

 C value IS 0.31

 M value IS 0.68

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4F2472 (or 0x4F2472) is known color: Blue Diamond. HEX triplet: 4F, 24 and 72. RGB value is (79,36,114). Sum of RGB (Red+Green+Blue) = 79+36+114=229 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.50% from 229); Green value is 36 (14.45% from 255 or 15.72% from 229); Blue value is 114 (44.92% from 255 or 49.78% from 229); Max value from RGB is 114 - color contains mainly: blue. Hex color #4F2472 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F2472 is #B0DB8D. Grayscale: #393939. Windows color (decimal): -11590542 or 7480399. OLE color: 7480399.

HSL color Cylindrical-coordinate representation of color #4F2472: hue angle of 273.08º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4F2472 is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 79 36 114 -
CMYK 0.31 0.68 0 0.55
HSL 273.08º 0.52% 0.29% -
HSV(B) 273.08º 0.68% 0.45% -
XYZ 6.89 4.14 16.36 -
YUV 57.75 159.75 143.16 -
System Red Green Blue C M Y K H S L
Decimal 79 36 114 0.31 0.68 0 0.55 273.08 0.52 0.29
Hex 4F 24 72 1F 44 0 37 111 34 1D
Octal 117 44 162 37 104 0 67 421 64 35
Binary 1001111 100100 1110010 11111 1000100 0 110111 100010001 110100 11101

Color Harmonies of #4F2472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2472

Black with #4F2472

Text Example


Text Example

White with #4F2472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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