Html Css Color HEX #4A2E64 Blue Diamond

📋 copy color: '#4A2E64'

red 74 ◦ green 46 ◦ blue 100

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

Shades of Blue Diamond #4A2E64

Tints of Blue Diamond #4A2E64

RGB

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

 GREEN value IS 46 (18.36% from 255) = 20.91%

 BLUE value IS 100 (39.45% from 255) = 45.45%

R = 33.64%
G = 20.91%
B = 45.45%

CMYK

 C value IS 0.26

 M value IS 0.54

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#4A2E64 (or 0x4A2E64) is known color: Blue Diamond. HEX triplet: 4A, 2E and 64. RGB value is (74,46,100). Sum of RGB (Red+Green+Blue) = 74+46+100=220 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.64% from 220); Green value is 46 (18.36% from 255 or 20.91% from 220); Blue value is 100 (39.45% from 255 or 45.45% from 220); Max value from RGB is 100 - color contains mainly: blue. Hex color #4A2E64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2E64 is #B5D19B. Grayscale: #3C3C3C. Windows color (decimal): -11915676 or 6565450. OLE color: 6565450.

HSL color Cylindrical-coordinate representation of color #4A2E64: hue angle of 271.11º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4A2E64 is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 74 46 100 -
CMYK 0.26 0.54 0 0.61
HSL 271.11º 0.37% 0.29% -
HSV(B) 271.11º 0.54% 0.39% -
XYZ 6.1 4.33 12.57 -
YUV 60.53 150.28 137.61 -
System Red Green Blue C M Y K H S L
Decimal 74 46 100 0.26 0.54 0 0.61 271.11 0.37 0.29
Hex 4A 2E 64 1A 36 0 3D 10F 25 1D
Octal 112 56 144 32 66 0 75 417 45 35
Binary 1001010 101110 1100100 11010 110110 0 111101 100001111 100101 11101

Color Harmonies of #4A2E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2E64

Black with #4A2E64

Text Example


Text Example

White with #4A2E64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,46,100); }

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

background-color css

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

 a { background-color: rgb(74,46,100); }

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

border-color css

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

 span { border-color: rgb(74,46,100); }

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