Html Css Color HEX #4F276F Blue Diamond

📋 copy color: '#4F276F'

red 79 ◦ green 39 ◦ blue 111

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

Shades of Blue Diamond #4F276F

Tints of Blue Diamond #4F276F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.03%

 BLUE value IS 111 (43.75% from 255) = 48.47%

R = 34.5%
G = 17.03%
B = 48.47%

CMYK

 C value IS 0.29

 M value IS 0.65

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4F276F (or 0x4F276F) is known color: Blue Diamond. HEX triplet: 4F, 27 and 6F. RGB value is (79,39,111). Sum of RGB (Red+Green+Blue) = 79+39+111=229 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.50% from 229); Green value is 39 (15.62% from 255 or 17.03% from 229); Blue value is 111 (43.75% from 255 or 48.47% from 229); Max value from RGB is 111 - color contains mainly: blue. Hex color #4F276F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F276F is #B0D890. Grayscale: #3A3A3A. Windows color (decimal): -11589777 or 7284559. OLE color: 7284559.

HSL color Cylindrical-coordinate representation of color #4F276F: hue angle of 273.33º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4F276F is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 79 39 111 -
CMYK 0.29 0.65 0 0.56
HSL 273.33º 0.48% 0.29% -
HSV(B) 273.33º 0.65% 0.44% -
XYZ 6.82 4.26 15.5 -
YUV 59.17 157.25 142.15 -
System Red Green Blue C M Y K H S L
Decimal 79 39 111 0.29 0.65 0 0.56 273.33 0.48 0.29
Hex 4F 27 6F 1D 41 0 38 111 30 1D
Octal 117 47 157 35 101 0 70 421 60 35
Binary 1001111 100111 1101111 11101 1000001 0 111000 100010001 110000 11101

Color Harmonies of #4F276F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F276F

Black with #4F276F

Text Example


Text Example

White with #4F276F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,39,111); }

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

background-color css

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

 a { background-color: rgb(79,39,111); }

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

border-color css

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

 span { border-color: rgb(79,39,111); }

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