Html Css Color HEX #492268 Blue Diamond

📋 copy color: '#492268'

red 73 ◦ green 34 ◦ blue 104

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

Shades of Blue Diamond #492268

Tints of Blue Diamond #492268

RGB

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

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

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

R = 34.6%
G = 16.11%
B = 49.29%

CMYK

 C value IS 0.30

 M value IS 0.67

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#492268 (or 0x492268) is known color: Blue Diamond. HEX triplet: 49, 22 and 68. RGB value is (73,34,104). Sum of RGB (Red+Green+Blue) = 73+34+104=211 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.60% from 211); Green value is 34 (13.67% from 255 or 16.11% from 211); Blue value is 104 (41.02% from 255 or 49.29% from 211); Max value from RGB is 104 - color contains mainly: blue. Hex color #492268 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492268 is #B6DD97. Grayscale: #353535. Windows color (decimal): -11984280 or 6824521. OLE color: 6824521.

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

Color convert

RGB 73 34 104 -
CMYK 0.30 0.67 0 0.59
HSL 273.43º 0.51% 0.27% -
HSV(B) 273.43º 0.67% 0.41% -
XYZ 5.82 3.56 13.48 -
YUV 53.64 156.42 141.81 -
System Red Green Blue C M Y K H S L
Decimal 73 34 104 0.30 0.67 0 0.59 273.43 0.51 0.27
Hex 49 22 68 1E 43 0 3B 111 33 1B
Octal 111 42 150 36 103 0 73 421 63 33
Binary 1001001 100010 1101000 11110 1000011 0 111011 100010001 110011 11011

Color Harmonies of #492268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492268

Black with #492268

Text Example


Text Example

White with #492268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492268; }

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

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

background-color css

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

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

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

border-color css

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

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

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