Html Css Color HEX #492269 Blue Diamond

📋 copy color: '#492269'

red 73 ◦ green 34 ◦ blue 105

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

Shades of Blue Diamond #492269

Tints of Blue Diamond #492269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 49.53%

R = 34.43%
G = 16.04%
B = 49.53%

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

#492269 (or 0x492269) is known color: Blue Diamond. HEX triplet: 49, 22 and 69. RGB value is (73,34,105). Sum of RGB (Red+Green+Blue) = 73+34+105=212 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.43% from 212); Green value is 34 (13.67% from 255 or 16.04% from 212); Blue value is 105 (41.41% from 255 or 49.53% from 212); Max value from RGB is 105 - color contains mainly: blue. Hex color #492269 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492269 is #B6DD96. Grayscale: #353535. Windows color (decimal): -11984279 or 6890057. OLE color: 6890057.

HSL color Cylindrical-coordinate representation of color #492269: hue angle of 272.96º degrees, saturation: 0.51, 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 #492269 is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 73 34 105 -
CMYK 0.30 0.68 0 0.59
HSL 272.96º 0.51% 0.27% -
HSV(B) 272.96º 0.68% 0.41% -
XYZ 5.87 3.58 13.75 -
YUV 53.76 156.92 141.73 -
System Red Green Blue C M Y K H S L
Decimal 73 34 105 0.30 0.68 0 0.59 272.96 0.51 0.27
Hex 49 22 69 1E 44 0 3B 111 33 1B
Octal 111 42 151 36 104 0 73 421 63 33
Binary 1001001 100010 1101001 11110 1000100 0 111011 100010001 110011 11011

Color Harmonies of #492269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492269

Black with #492269

Text Example


Text Example

White with #492269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492269; }

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

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

background-color css

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

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

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

border-color css

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

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

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