Html Css Color HEX #4F246D Blue Diamond

📋 copy color: '#4F246D'

red 79 ◦ green 36 ◦ blue 109

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

Shades of Blue Diamond #4F246D

Tints of Blue Diamond #4F246D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 48.66%

R = 35.27%
G = 16.07%
B = 48.66%

CMYK

 C value IS 0.28

 M value IS 0.67

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4F246D (or 0x4F246D) is known color: Blue Diamond. HEX triplet: 4F, 24 and 6D. RGB value is (79,36,109). Sum of RGB (Red+Green+Blue) = 79+36+109=224 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.27% from 224); Green value is 36 (14.45% from 255 or 16.07% from 224); Blue value is 109 (42.97% from 255 or 48.66% from 224); Max value from RGB is 109 - color contains mainly: blue. Hex color #4F246D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F246D is #B0DB92. Grayscale: #383838. Windows color (decimal): -11590547 or 7152719. OLE color: 7152719.

HSL color Cylindrical-coordinate representation of color #4F246D: hue angle of 275.34º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4F246D is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 79 36 109 -
CMYK 0.28 0.67 0 0.57
HSL 275.34º 0.5% 0.28% -
HSV(B) 275.34º 0.67% 0.43% -
XYZ 6.62 4.03 14.9 -
YUV 57.18 157.25 143.56 -
System Red Green Blue C M Y K H S L
Decimal 79 36 109 0.28 0.67 0 0.57 275.34 0.5 0.28
Hex 4F 24 6D 1C 43 0 39 113 32 1C
Octal 117 44 155 34 103 0 71 423 62 34
Binary 1001111 100100 1101101 11100 1000011 0 111001 100010011 110010 11100

Color Harmonies of #4F246D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F246D

Black with #4F246D

Text Example


Text Example

White with #4F246D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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