Html Css Color HEX #492368 Blue Diamond

📋 copy color: '#492368'

red 73 ◦ green 35 ◦ blue 104

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

Shades of Blue Diamond #492368

Tints of Blue Diamond #492368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 49.06%

R = 34.43%
G = 16.51%
B = 49.06%

CMYK

 C value IS 0.30

 M value IS 0.66

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#492368 (or 0x492368) is known color: Blue Diamond. HEX triplet: 49, 23 and 68. RGB value is (73,35,104). Sum of RGB (Red+Green+Blue) = 73+35+104=212 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.43% from 212); Green value is 35 (14.06% from 255 or 16.51% from 212); Blue value is 104 (41.02% from 255 or 49.06% from 212); Max value from RGB is 104 - color contains mainly: blue. Hex color #492368 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492368 is #B6DC97. Grayscale: #353535. Windows color (decimal): -11984024 or 6824777. OLE color: 6824777.

HSL color Cylindrical-coordinate representation of color #492368: hue angle of 273.04º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #492368 is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 73 35 104 -
CMYK 0.30 0.66 0 0.59
HSL 273.04º 0.5% 0.27% -
HSV(B) 273.04º 0.66% 0.41% -
XYZ 5.85 3.62 13.49 -
YUV 54.23 156.09 141.39 -
System Red Green Blue C M Y K H S L
Decimal 73 35 104 0.30 0.66 0 0.59 273.04 0.5 0.27
Hex 49 23 68 1E 42 0 3B 111 32 1B
Octal 111 43 150 36 102 0 73 421 62 33
Binary 1001001 100011 1101000 11110 1000010 0 111011 100010001 110010 11011

Color Harmonies of #492368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492368

Black with #492368

Text Example


Text Example

White with #492368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492368; }

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

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

background-color css

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

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

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

border-color css

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

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

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