Html Css Color HEX #4A3070 Blue Diamond

📋 copy color: '#4A3070'

red 74 ◦ green 48 ◦ blue 112

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

Shades of Blue Diamond #4A3070

Tints of Blue Diamond #4A3070

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.51%

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

R = 31.62%
G = 20.51%
B = 47.86%

CMYK

 C value IS 0.34

 M value IS 0.57

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4A3070 (or 0x4A3070) is known color: Blue Diamond. HEX triplet: 4A, 30 and 70. RGB value is (74,48,112). Sum of RGB (Red+Green+Blue) = 74+48+112=234 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.62% from 234); Green value is 48 (19.14% from 255 or 20.51% from 234); Blue value is 112 (44.14% from 255 or 47.86% from 234); Max value from RGB is 112 - color contains mainly: blue. Hex color #4A3070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3070 is #B5CF8F. Grayscale: #3E3E3E. Windows color (decimal): -11915152 or 7352394. OLE color: 7352394.

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

Color convert

RGB 74 48 112 -
CMYK 0.34 0.57 0 0.56
HSL 264.38º 0.4% 0.31% -
HSV(B) 264.38º 0.57% 0.44% -
XYZ 6.81 4.74 15.89 -
YUV 63.07 155.61 135.8 -
System Red Green Blue C M Y K H S L
Decimal 74 48 112 0.34 0.57 0 0.56 264.38 0.4 0.31
Hex 4A 30 70 22 39 0 38 108 28 1F
Octal 112 60 160 42 71 0 70 410 50 37
Binary 1001010 110000 1110000 100010 111001 0 111000 100001000 101000 11111

Color Harmonies of #4A3070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3070

Black with #4A3070

Text Example


Text Example

White with #4A3070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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