Html Css Color HEX #4A326E Blue Diamond

📋 copy color: '#4A326E'

red 74 ◦ green 50 ◦ blue 110

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

Shades of Blue Diamond #4A326E

Tints of Blue Diamond #4A326E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.37%

 BLUE value IS 110 (43.36% from 255) = 47.01%

R = 31.62%
G = 21.37%
B = 47.01%

CMYK

 C value IS 0.33

 M value IS 0.55

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4A326E (or 0x4A326E) is known color: Blue Diamond. HEX triplet: 4A, 32 and 6E. RGB value is (74,50,110). Sum of RGB (Red+Green+Blue) = 74+50+110=234 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.62% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 110 (43.36% from 255 or 47.01% from 234); Max value from RGB is 110 - color contains mainly: blue. Hex color #4A326E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A326E is #B5CD91. Grayscale: #3F3F3F. Windows color (decimal): -11914642 or 7221834. OLE color: 7221834.

HSL color Cylindrical-coordinate representation of color #4A326E: hue angle of 264º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4A326E is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 74 50 110 -
CMYK 0.33 0.55 0 0.57
HSL 264º 0.38% 0.31% -
HSV(B) 264º 0.55% 0.43% -
XYZ 6.78 4.86 15.33 -
YUV 64.02 153.95 135.12 -
System Red Green Blue C M Y K H S L
Decimal 74 50 110 0.33 0.55 0 0.57 264 0.38 0.31
Hex 4A 32 6E 21 37 0 39 108 26 1F
Octal 112 62 156 41 67 0 71 410 46 37
Binary 1001010 110010 1101110 100001 110111 0 111001 100001000 100110 11111

Color Harmonies of #4A326E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A326E

Black with #4A326E

Text Example


Text Example

White with #4A326E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,50,110); }

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

background-color css

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

 a { background-color: rgb(74,50,110); }

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

border-color css

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

 span { border-color: rgb(74,50,110); }

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