Html Css Color HEX #4A3270 Blue Diamond

📋 copy color: '#4A3270'

red 74 ◦ green 50 ◦ blue 112

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

Shades of Blue Diamond #4A3270

Tints of Blue Diamond #4A3270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 47.46%

R = 31.36%
G = 21.19%
B = 47.46%

CMYK

 C value IS 0.34

 M value IS 0.55

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4A3270 (or 0x4A3270) is known color: Blue Diamond. HEX triplet: 4A, 32 and 70. RGB value is (74,50,112). Sum of RGB (Red+Green+Blue) = 74+50+112=236 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.36% from 236); Green value is 50 (19.92% from 255 or 21.19% from 236); Blue value is 112 (44.14% from 255 or 47.46% from 236); Max value from RGB is 112 - color contains mainly: blue. Hex color #4A3270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3270 is #B5CD8F. Grayscale: #404040. Windows color (decimal): -11914640 or 7352906. OLE color: 7352906.

HSL color Cylindrical-coordinate representation of color #4A3270: hue angle of 263.23º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4A3270 is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 74 50 112 -
CMYK 0.34 0.55 0 0.56
HSL 263.23º 0.38% 0.32% -
HSV(B) 263.23º 0.55% 0.44% -
XYZ 6.89 4.91 15.91 -
YUV 64.24 154.95 134.96 -
System Red Green Blue C M Y K H S L
Decimal 74 50 112 0.34 0.55 0 0.56 263.23 0.38 0.32
Hex 4A 32 70 22 37 0 38 107 26 20
Octal 112 62 160 42 67 0 70 407 46 40
Binary 1001010 110010 1110000 100010 110111 0 111000 100000111 100110 100000

Color Harmonies of #4A3270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3270

Black with #4A3270

Text Example


Text Example

White with #4A3270

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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