Html Css Color HEX #492370 Blue Diamond

📋 copy color: '#492370'

red 73 ◦ green 35 ◦ blue 112

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

Shades of Blue Diamond #492370

Tints of Blue Diamond #492370

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.91%

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

R = 33.18%
G = 15.91%
B = 50.91%

CMYK

 C value IS 0.35

 M value IS 0.69

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#492370 (or 0x492370) is known color: Blue Diamond. HEX triplet: 49, 23 and 70. RGB value is (73,35,112). Sum of RGB (Red+Green+Blue) = 73+35+112=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 35 (14.06% from 255 or 15.91% from 220); Blue value is 112 (44.14% from 255 or 50.91% from 220); Max value from RGB is 112 - color contains mainly: blue. Hex color #492370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492370 is #B6DC8F. Grayscale: #363636. Windows color (decimal): -11984016 or 7349065. OLE color: 7349065.

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

Color convert

RGB 73 35 112 -
CMYK 0.35 0.69 0 0.56
HSL 269.61º 0.52% 0.29% -
HSV(B) 269.61º 0.69% 0.44% -
XYZ 6.27 3.79 15.73 -
YUV 55.14 160.09 140.74 -
System Red Green Blue C M Y K H S L
Decimal 73 35 112 0.35 0.69 0 0.56 269.61 0.52 0.29
Hex 49 23 70 23 45 0 38 10E 34 1D
Octal 111 43 160 43 105 0 70 416 64 35
Binary 1001001 100011 1110000 100011 1000101 0 111000 100001110 110100 11101

Color Harmonies of #492370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492370

Black with #492370

Text Example


Text Example

White with #492370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492370; }

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

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

background-color css

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

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

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

border-color css

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

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

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