Html Css Color HEX #4A1A7B Blue Diamond

📋 copy color: '#4A1A7B'

red 74 ◦ green 26 ◦ blue 123

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

Shades of Blue Diamond #4A1A7B

Tints of Blue Diamond #4A1A7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 55.16%

R = 33.18%
G = 11.66%
B = 55.16%

CMYK

 C value IS 0.40

 M value IS 0.79

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#4A1A7B (or 0x4A1A7B) is known color: Blue Diamond. HEX triplet: 4A, 1A and 7B. RGB value is (74,26,123). Sum of RGB (Red+Green+Blue) = 74+26+123=223 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.18% from 223); Green value is 26 (10.55% from 255 or 11.66% from 223); Blue value is 123 (48.44% from 255 or 55.16% from 223); Max value from RGB is 123 - color contains mainly: blue. Hex color #4A1A7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A1A7B is #B5E584. Grayscale: #333333. Windows color (decimal): -11920773 or 8067658. OLE color: 8067658.

HSL color Cylindrical-coordinate representation of color #4A1A7B: hue angle of 269.69º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4A1A7B is Cyan = 0.40, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 74 26 123 -
CMYK 0.40 0.79 0 0.52
HSL 269.69º 0.65% 0.29% -
HSV(B) 269.69º 0.79% 0.48% -
XYZ 6.77 3.62 19.08 -
YUV 51.41 168.4 144.11 -
System Red Green Blue C M Y K H S L
Decimal 74 26 123 0.40 0.79 0 0.52 269.69 0.65 0.29
Hex 4A 1A 7B 28 4F 0 34 10E 41 1D
Octal 112 32 173 50 117 0 64 416 101 35
Binary 1001010 11010 1111011 101000 1001111 0 110100 100001110 1000001 11101

Color Harmonies of #4A1A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1A7B

Black with #4A1A7B

Text Example


Text Example

White with #4A1A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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