Html Css Color HEX #4A1A6C Blue Diamond

📋 copy color: '#4A1A6C'

red 74 ◦ green 26 ◦ blue 108

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

Shades of Blue Diamond #4A1A6C

Tints of Blue Diamond #4A1A6C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.5%

 BLUE value IS 108 (42.58% from 255) = 51.92%

R = 35.58%
G = 12.5%
B = 51.92%

CMYK

 C value IS 0.31

 M value IS 0.76

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4A1A6C (or 0x4A1A6C) is known color: Blue Diamond. HEX triplet: 4A, 1A and 6C. RGB value is (74,26,108). Sum of RGB (Red+Green+Blue) = 74+26+108=208 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.58% from 208); Green value is 26 (10.55% from 255 or 12.5% from 208); Blue value is 108 (42.58% from 255 or 51.92% from 208); Max value from RGB is 108 - color contains mainly: blue. Hex color #4A1A6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A1A6C is #B5E593. Grayscale: #313131. Windows color (decimal): -11920788 or 7084618. OLE color: 7084618.

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

Color convert

RGB 74 26 108 -
CMYK 0.31 0.76 0 0.58
HSL 275.12º 0.61% 0.26% -
HSV(B) 275.12º 0.76% 0.42% -
XYZ 5.9 3.28 14.51 -
YUV 49.7 160.9 145.33 -
System Red Green Blue C M Y K H S L
Decimal 74 26 108 0.31 0.76 0 0.58 275.12 0.61 0.26
Hex 4A 1A 6C 1F 4C 0 3A 113 3D 1A
Octal 112 32 154 37 114 0 72 423 75 32
Binary 1001010 11010 1101100 11111 1001100 0 111010 100010011 111101 11010

Color Harmonies of #4A1A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1A6C

Black with #4A1A6C

Text Example


Text Example

White with #4A1A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,26,108); }

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

background-color css

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

 a { background-color: rgb(74,26,108); }

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

border-color css

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

 span { border-color: rgb(74,26,108); }

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