Html Css Color HEX #4A146B Blue Diamond

📋 copy color: '#4A146B'

red 74 ◦ green 20 ◦ blue 107

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

Shades of Blue Diamond #4A146B

Tints of Blue Diamond #4A146B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.95%

 BLUE value IS 107 (42.19% from 255) = 53.23%

R = 36.82%
G = 9.95%
B = 53.23%

CMYK

 C value IS 0.31

 M value IS 0.81

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4A146B (or 0x4A146B) is known color: Blue Diamond. HEX triplet: 4A, 14 and 6B. RGB value is (74,20,107). Sum of RGB (Red+Green+Blue) = 74+20+107=201 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.82% from 201); Green value is 20 (8.20% from 255 or 9.95% from 201); Blue value is 107 (42.19% from 255 or 53.23% from 201); Max value from RGB is 107 - color contains mainly: blue. Hex color #4A146B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A146B is #B5EB94. Grayscale: #2D2D2D. Windows color (decimal): -11922325 or 7017546. OLE color: 7017546.

HSL color Cylindrical-coordinate representation of color #4A146B: hue angle of 277.24º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4A146B is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 74 20 107 -
CMYK 0.31 0.81 0 0.58
HSL 277.24º 0.69% 0.25% -
HSV(B) 277.24º 0.81% 0.42% -
XYZ 5.73 3.02 14.19 -
YUV 46.06 162.39 147.93 -
System Red Green Blue C M Y K H S L
Decimal 74 20 107 0.31 0.81 0 0.58 277.24 0.69 0.25
Hex 4A 14 6B 1F 51 0 3A 115 45 19
Octal 112 24 153 37 121 0 72 425 105 31
Binary 1001010 10100 1101011 11111 1010001 0 111010 100010101 1000101 11001

Color Harmonies of #4A146B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A146B

Black with #4A146B

Text Example


Text Example

White with #4A146B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,20,107); }

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

background-color css

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

 a { background-color: rgb(74,20,107); }

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

border-color css

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

 span { border-color: rgb(74,20,107); }

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