Html Css Color HEX #492376 Blue Diamond

📋 copy color: '#492376'

red 73 ◦ green 35 ◦ blue 118

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

Shades of Blue Diamond #492376

Tints of Blue Diamond #492376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 52.21%

R = 32.3%
G = 15.49%
B = 52.21%

CMYK

 C value IS 0.38

 M value IS 0.70

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#492376 (or 0x492376) is known color: Blue Diamond. HEX triplet: 49, 23 and 76. RGB value is (73,35,118). Sum of RGB (Red+Green+Blue) = 73+35+118=226 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.30% from 226); Green value is 35 (14.06% from 255 or 15.49% from 226); Blue value is 118 (46.48% from 255 or 52.21% from 226); Max value from RGB is 118 - color contains mainly: blue. Hex color #492376 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492376 is #B6DC89. Grayscale: #373737. Windows color (decimal): -11984010 or 7742281. OLE color: 7742281.

HSL color Cylindrical-coordinate representation of color #492376: hue angle of 267.47º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #492376 is Cyan = 0.38, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 73 35 118 -
CMYK 0.38 0.70 0 0.54
HSL 267.47º 0.54% 0.3% -
HSV(B) 267.47º 0.7% 0.46% -
XYZ 6.62 3.93 17.55 -
YUV 55.82 163.09 140.25 -
System Red Green Blue C M Y K H S L
Decimal 73 35 118 0.38 0.70 0 0.54 267.47 0.54 0.3
Hex 49 23 76 26 46 0 36 10B 36 1E
Octal 111 43 166 46 106 0 66 413 66 36
Binary 1001001 100011 1110110 100110 1000110 0 110110 100001011 110110 11110

Color Harmonies of #492376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492376

Black with #492376

Text Example


Text Example

White with #492376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492376; }

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

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

background-color css

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

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

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

border-color css

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

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

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