Html Css Color HEX #4A1F72 Blue Diamond

📋 copy color: '#4A1F72'

red 74 ◦ green 31 ◦ blue 114

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

Shades of Blue Diamond #4A1F72

Tints of Blue Diamond #4A1F72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 52.05%

R = 33.79%
G = 14.16%
B = 52.05%

CMYK

 C value IS 0.35

 M value IS 0.73

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4A1F72 (or 0x4A1F72) is known color: Blue Diamond. HEX triplet: 4A, 1F and 72. RGB value is (74,31,114). Sum of RGB (Red+Green+Blue) = 74+31+114=219 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.79% from 219); Green value is 31 (12.5% from 255 or 14.16% from 219); Blue value is 114 (44.92% from 255 or 52.05% from 219); Max value from RGB is 114 - color contains mainly: blue. Hex color #4A1F72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A1F72 is #B5E08D. Grayscale: #353535. Windows color (decimal): -11919502 or 7479114. OLE color: 7479114.

HSL color Cylindrical-coordinate representation of color #4A1F72: hue angle of 271.08º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4A1F72 is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 74 31 114 -
CMYK 0.35 0.73 0 0.55
HSL 271.08º 0.57% 0.28% -
HSV(B) 271.08º 0.73% 0.45% -
XYZ 6.35 3.65 16.29 -
YUV 53.32 162.25 142.75 -
System Red Green Blue C M Y K H S L
Decimal 74 31 114 0.35 0.73 0 0.55 271.08 0.57 0.28
Hex 4A 1F 72 23 49 0 37 10F 39 1C
Octal 112 37 162 43 111 0 67 417 71 34
Binary 1001010 11111 1110010 100011 1001001 0 110111 100001111 111001 11100

Color Harmonies of #4A1F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1F72

Black with #4A1F72

Text Example


Text Example

White with #4A1F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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