Html Css Color HEX #4F2D76 Blue Diamond

📋 copy color: '#4F2D76'

red 79 ◦ green 45 ◦ blue 118

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

Shades of Blue Diamond #4F2D76

Tints of Blue Diamond #4F2D76

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.6%

 BLUE value IS 118 (46.48% from 255) = 48.76%

R = 32.64%
G = 18.6%
B = 48.76%

CMYK

 C value IS 0.33

 M value IS 0.62

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#4F2D76 (or 0x4F2D76) is known color: Blue Diamond. HEX triplet: 4F, 2D and 76. RGB value is (79,45,118). Sum of RGB (Red+Green+Blue) = 79+45+118=242 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.64% from 242); Green value is 45 (17.97% from 255 or 18.60% from 242); Blue value is 118 (46.48% from 255 or 48.76% from 242); Max value from RGB is 118 - color contains mainly: blue. Hex color #4F2D76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F2D76 is #B0D289. Grayscale: #3F3F3F. Windows color (decimal): -11588234 or 7744847. OLE color: 7744847.

HSL color Cylindrical-coordinate representation of color #4F2D76: hue angle of 267.95º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4F2D76 is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 79 45 118 -
CMYK 0.33 0.62 0 0.54
HSL 267.95º 0.45% 0.32% -
HSV(B) 267.95º 0.62% 0.46% -
XYZ 7.43 4.85 17.68 -
YUV 63.49 158.76 139.06 -
System Red Green Blue C M Y K H S L
Decimal 79 45 118 0.33 0.62 0 0.54 267.95 0.45 0.32
Hex 4F 2D 76 21 3E 0 36 10C 2D 20
Octal 117 55 166 41 76 0 66 414 55 40
Binary 1001111 101101 1110110 100001 111110 0 110110 100001100 101101 100000

Color Harmonies of #4F2D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2D76

Black with #4F2D76

Text Example


Text Example

White with #4F2D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,45,118); }

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

background-color css

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

 a { background-color: rgb(79,45,118); }

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

border-color css

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

 span { border-color: rgb(79,45,118); }

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