Html Css Color HEX #492270 Blue Diamond

📋 copy color: '#492270'

red 73 ◦ green 34 ◦ blue 112

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

Shades of Blue Diamond #492270

Tints of Blue Diamond #492270

RGB

 RED value IS 73 (28.91% from 255) = 33.33%

 GREEN value IS 34 (13.67% from 255) = 15.53%

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

R = 33.33%
G = 15.53%
B = 51.14%

CMYK

 C value IS 0.35

 M value IS 0.70

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#492270 (or 0x492270) is known color: Blue Diamond. HEX triplet: 49, 22 and 70. RGB value is (73,34,112). Sum of RGB (Red+Green+Blue) = 73+34+112=219 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.33% from 219); Green value is 34 (13.67% from 255 or 15.53% from 219); Blue value is 112 (44.14% from 255 or 51.14% from 219); Max value from RGB is 112 - color contains mainly: blue. Hex color #492270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492270 is #B6DD8F. Grayscale: #363636. Windows color (decimal): -11984272 or 7348809. OLE color: 7348809.

HSL color Cylindrical-coordinate representation of color #492270: hue angle of 270º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #492270 is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 34 112 -
CMYK 0.35 0.70 0 0.56
HSL 270º 0.53% 0.29% -
HSV(B) 270º 0.7% 0.44% -
XYZ 6.24 3.73 15.72 -
YUV 54.55 160.42 141.16 -
System Red Green Blue C M Y K H S L
Decimal 73 34 112 0.35 0.70 0 0.56 270 0.53 0.29
Hex 49 22 70 23 46 0 38 10E 35 1D
Octal 111 42 160 43 106 0 70 416 65 35
Binary 1001001 100010 1110000 100011 1000110 0 111000 100001110 110101 11101

Color Harmonies of #492270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492270

Black with #492270

Text Example


Text Example

White with #492270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492270; }

 p { color: rgb(73,34,112); }

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

background-color css

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

 a { background-color: rgb(73,34,112); }

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

border-color css

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

 span { border-color: rgb(73,34,112); }

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