Html Css Color HEX #4A1F70 Blue Diamond

📋 copy color: '#4A1F70'

red 74 ◦ green 31 ◦ blue 112

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

Shades of Blue Diamond #4A1F70

Tints of Blue Diamond #4A1F70

RGB

 RED value IS 74 (29.3% from 255) = 34.1%

 GREEN value IS 31 (12.5% from 255) = 14.29%

 BLUE value IS 112 (44.14% from 255) = 51.61%

R = 34.1%
G = 14.29%
B = 51.61%

CMYK

 C value IS 0.34

 M value IS 0.72

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4A1F70 (or 0x4A1F70) is known color: Blue Diamond. HEX triplet: 4A, 1F and 70. RGB value is (74,31,112). Sum of RGB (Red+Green+Blue) = 74+31+112=217 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.10% from 217); Green value is 31 (12.5% from 255 or 14.29% from 217); Blue value is 112 (44.14% from 255 or 51.61% from 217); Max value from RGB is 112 - color contains mainly: blue. Hex color #4A1F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A1F70 is #B5E08F. Grayscale: #343434. Windows color (decimal): -11919504 or 7348042. OLE color: 7348042.

HSL color Cylindrical-coordinate representation of color #4A1F70: hue angle of 271.85º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4A1F70 is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 74 31 112 -
CMYK 0.34 0.72 0 0.56
HSL 271.85º 0.57% 0.28% -
HSV(B) 271.85º 0.72% 0.44% -
XYZ 6.24 3.61 15.7 -
YUV 53.09 161.25 142.91 -
System Red Green Blue C M Y K H S L
Decimal 74 31 112 0.34 0.72 0 0.56 271.85 0.57 0.28
Hex 4A 1F 70 22 48 0 38 110 39 1C
Octal 112 37 160 42 110 0 70 420 71 34
Binary 1001010 11111 1110000 100010 1001000 0 111000 100010000 111001 11100

Color Harmonies of #4A1F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1F70

Black with #4A1F70

Text Example


Text Example

White with #4A1F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,31,112); }

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

background-color css

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

 a { background-color: rgb(74,31,112); }

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

border-color css

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

 span { border-color: rgb(74,31,112); }

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