Html Css Color HEX #4F276C Blue Diamond

📋 copy color: '#4F276C'

red 79 ◦ green 39 ◦ blue 108

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

Shades of Blue Diamond #4F276C

Tints of Blue Diamond #4F276C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 47.79%

R = 34.96%
G = 17.26%
B = 47.79%

CMYK

 C value IS 0.27

 M value IS 0.64

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4F276C (or 0x4F276C) is known color: Blue Diamond. HEX triplet: 4F, 27 and 6C. RGB value is (79,39,108). Sum of RGB (Red+Green+Blue) = 79+39+108=226 (29% of max value = 765). Red value is 79 (31.25% from 255 or 34.96% from 226); Green value is 39 (15.62% from 255 or 17.26% from 226); Blue value is 108 (42.58% from 255 or 47.79% from 226); Max value from RGB is 108 - color contains mainly: blue. Hex color #4F276C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F276C is #B0D893. Grayscale: #3A3A3A. Windows color (decimal): -11589780 or 7087951. OLE color: 7087951.

HSL color Cylindrical-coordinate representation of color #4F276C: hue angle of 274.78º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4F276C is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 79 39 108 -
CMYK 0.27 0.64 0 0.58
HSL 274.78º 0.47% 0.29% -
HSV(B) 274.78º 0.64% 0.42% -
XYZ 6.66 4.2 14.65 -
YUV 58.83 155.75 142.39 -
System Red Green Blue C M Y K H S L
Decimal 79 39 108 0.27 0.64 0 0.58 274.78 0.47 0.29
Hex 4F 27 6C 1B 40 0 3A 113 2F 1D
Octal 117 47 154 33 100 0 72 423 57 35
Binary 1001111 100111 1101100 11011 1000000 0 111010 100010011 101111 11101

Color Harmonies of #4F276C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F276C

Black with #4F276C

Text Example


Text Example

White with #4F276C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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