Html Css Color HEX #4F197A Blue Diamond

📋 copy color: '#4F197A'

red 79 ◦ green 25 ◦ blue 122

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

Shades of Blue Diamond #4F197A

Tints of Blue Diamond #4F197A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.06%

 BLUE value IS 122 (48.05% from 255) = 53.98%

R = 34.96%
G = 11.06%
B = 53.98%

CMYK

 C value IS 0.35

 M value IS 0.80

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#4F197A (or 0x4F197A) is known color: Blue Diamond. HEX triplet: 4F, 19 and 7A. RGB value is (79,25,122). Sum of RGB (Red+Green+Blue) = 79+25+122=226 (29% of max value = 765). Red value is 79 (31.25% from 255 or 34.96% from 226); Green value is 25 (10.16% from 255 or 11.06% from 226); Blue value is 122 (48.05% from 255 or 53.98% from 226); Max value from RGB is 122 - color contains mainly: blue. Hex color #4F197A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F197A is #B0E685. Grayscale: #333333. Windows color (decimal): -11593350 or 8001871. OLE color: 8001871.

HSL color Cylindrical-coordinate representation of color #4F197A: hue angle of 273.4º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F197A is Cyan = 0.35, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 79 25 122 -
CMYK 0.35 0.80 0 0.52
HSL 273.4º 0.66% 0.29% -
HSV(B) 273.4º 0.8% 0.48% -
XYZ 7.08 3.76 18.77 -
YUV 52.2 167.39 147.11 -
System Red Green Blue C M Y K H S L
Decimal 79 25 122 0.35 0.80 0 0.52 273.4 0.66 0.29
Hex 4F 19 7A 23 50 0 34 111 42 1D
Octal 117 31 172 43 120 0 64 421 102 35
Binary 1001111 11001 1111010 100011 1010000 0 110100 100010001 1000010 11101

Color Harmonies of #4F197A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F197A

Black with #4F197A

Text Example


Text Example

White with #4F197A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,25,122); }

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

background-color css

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

 a { background-color: rgb(79,25,122); }

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

border-color css

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

 span { border-color: rgb(79,25,122); }

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