Html Css Color HEX #4F247E Blue Diamond

📋 copy color: '#4F247E'

red 79 ◦ green 36 ◦ blue 126

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

Shades of Blue Diamond #4F247E

Tints of Blue Diamond #4F247E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 52.28%

R = 32.78%
G = 14.94%
B = 52.28%

CMYK

 C value IS 0.37

 M value IS 0.71

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4F247E (or 0x4F247E) is known color: Blue Diamond. HEX triplet: 4F, 24 and 7E. RGB value is (79,36,126). Sum of RGB (Red+Green+Blue) = 79+36+126=241 (31% of max value = 765). Red value is 79 (31.25% from 255 or 32.78% from 241); Green value is 36 (14.45% from 255 or 14.94% from 241); Blue value is 126 (49.61% from 255 or 52.28% from 241); Max value from RGB is 126 - color contains mainly: blue. Hex color #4F247E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F247E is #B0DB81. Grayscale: #3A3A3A. Windows color (decimal): -11590530 or 8266831. OLE color: 8266831.

HSL color Cylindrical-coordinate representation of color #4F247E: hue angle of 268.67º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4F247E is Cyan = 0.37, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 79 36 126 -
CMYK 0.37 0.71 0 0.51
HSL 268.67º 0.56% 0.32% -
HSV(B) 268.67º 0.71% 0.49% -
XYZ 7.62 4.43 20.19 -
YUV 59.12 165.75 142.18 -
System Red Green Blue C M Y K H S L
Decimal 79 36 126 0.37 0.71 0 0.51 268.67 0.56 0.32
Hex 4F 24 7E 25 47 0 33 10D 38 20
Octal 117 44 176 45 107 0 63 415 70 40
Binary 1001111 100100 1111110 100101 1000111 0 110011 100001101 111000 100000

Color Harmonies of #4F247E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F247E

Black with #4F247E

Text Example


Text Example

White with #4F247E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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