Html Css Color HEX #4A196F Blue Diamond

📋 copy color: '#4A196F'

red 74 ◦ green 25 ◦ blue 111

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

Shades of Blue Diamond #4A196F

Tints of Blue Diamond #4A196F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 52.86%

R = 35.24%
G = 11.9%
B = 52.86%

CMYK

 C value IS 0.33

 M value IS 0.77

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4A196F (or 0x4A196F) is known color: Blue Diamond. HEX triplet: 4A, 19 and 6F. RGB value is (74,25,111). Sum of RGB (Red+Green+Blue) = 74+25+111=210 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.24% from 210); Green value is 25 (10.16% from 255 or 11.90% from 210); Blue value is 111 (43.75% from 255 or 52.86% from 210); Max value from RGB is 111 - color contains mainly: blue. Hex color #4A196F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A196F is #B5E690. Grayscale: #313131. Windows color (decimal): -11921041 or 7280970. OLE color: 7280970.

HSL color Cylindrical-coordinate representation of color #4A196F: hue angle of 274.19º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4A196F is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 74 25 111 -
CMYK 0.33 0.77 0 0.56
HSL 274.19º 0.63% 0.27% -
HSV(B) 274.19º 0.77% 0.44% -
XYZ 6.04 3.3 15.36 -
YUV 49.46 162.73 145.51 -
System Red Green Blue C M Y K H S L
Decimal 74 25 111 0.33 0.77 0 0.56 274.19 0.63 0.27
Hex 4A 19 6F 21 4D 0 38 112 3F 1B
Octal 112 31 157 41 115 0 70 422 77 33
Binary 1001010 11001 1101111 100001 1001101 0 111000 100010010 111111 11011

Color Harmonies of #4A196F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A196F

Black with #4A196F

Text Example


Text Example

White with #4A196F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,25,111); }

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

background-color css

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

 a { background-color: rgb(74,25,111); }

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

border-color css

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

 span { border-color: rgb(74,25,111); }

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