Html Css Color HEX #4F317C Blue Diamond

📋 copy color: '#4F317C'

red 79 ◦ green 49 ◦ blue 124

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

Shades of Blue Diamond #4F317C

Tints of Blue Diamond #4F317C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.44%

 BLUE value IS 124 (48.83% from 255) = 49.21%

R = 31.35%
G = 19.44%
B = 49.21%

CMYK

 C value IS 0.36

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4F317C (or 0x4F317C) is known color: Blue Diamond. HEX triplet: 4F, 31 and 7C. RGB value is (79,49,124). Sum of RGB (Red+Green+Blue) = 79+49+124=252 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.35% from 252); Green value is 49 (19.53% from 255 or 19.44% from 252); Blue value is 124 (48.83% from 255 or 49.21% from 252); Max value from RGB is 124 - color contains mainly: blue. Hex color #4F317C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F317C is #B0CE83. Grayscale: #424242. Windows color (decimal): -11587204 or 8139087. OLE color: 8139087.

HSL color Cylindrical-coordinate representation of color #4F317C: hue angle of 264º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4F317C is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 79 49 124 -
CMYK 0.36 0.60 0 0.51
HSL 264º 0.43% 0.34% -
HSV(B) 264º 0.6% 0.49% -
XYZ 7.96 5.31 19.67 -
YUV 66.52 160.44 136.9 -
System Red Green Blue C M Y K H S L
Decimal 79 49 124 0.36 0.60 0 0.51 264 0.43 0.34
Hex 4F 31 7C 24 3C 0 33 108 2B 22
Octal 117 61 174 44 74 0 63 410 53 42
Binary 1001111 110001 1111100 100100 111100 0 110011 100001000 101011 100010

Color Harmonies of #4F317C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F317C

Black with #4F317C

Text Example


Text Example

White with #4F317C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,49,124); }

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

background-color css

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

 a { background-color: rgb(79,49,124); }

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

border-color css

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

 span { border-color: rgb(79,49,124); }

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