Html Css Color HEX #492168 Blue Diamond

📋 copy color: '#492168'

red 73 ◦ green 33 ◦ blue 104

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

Shades of Blue Diamond #492168

Tints of Blue Diamond #492168

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.71%

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

R = 34.76%
G = 15.71%
B = 49.52%

CMYK

 C value IS 0.30

 M value IS 0.68

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#492168 (or 0x492168) is known color: Blue Diamond. HEX triplet: 49, 21 and 68. RGB value is (73,33,104). Sum of RGB (Red+Green+Blue) = 73+33+104=210 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.76% from 210); Green value is 33 (13.28% from 255 or 15.71% from 210); Blue value is 104 (41.02% from 255 or 49.52% from 210); Max value from RGB is 104 - color contains mainly: blue. Hex color #492168 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492168 is #B6DE97. Grayscale: #343434. Windows color (decimal): -11984536 or 6824265. OLE color: 6824265.

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

Color convert

RGB 73 33 104 -
CMYK 0.30 0.68 0 0.59
HSL 273.8º 0.52% 0.27% -
HSV(B) 273.8º 0.68% 0.41% -
XYZ 5.79 3.5 13.47 -
YUV 53.05 156.75 142.23 -
System Red Green Blue C M Y K H S L
Decimal 73 33 104 0.30 0.68 0 0.59 273.8 0.52 0.27
Hex 49 21 68 1E 44 0 3B 112 34 1B
Octal 111 41 150 36 104 0 73 422 64 33
Binary 1001001 100001 1101000 11110 1000100 0 111011 100010010 110100 11011

Color Harmonies of #492168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492168

Black with #492168

Text Example


Text Example

White with #492168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492168; }

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

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

background-color css

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

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

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

border-color css

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

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

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