Html Css Color HEX #492C69 Blue Diamond

📋 copy color: '#492C69'

red 73 ◦ green 44 ◦ blue 105

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

Shades of Blue Diamond #492C69

Tints of Blue Diamond #492C69

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.82%

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

R = 32.88%
G = 19.82%
B = 47.3%

CMYK

 C value IS 0.30

 M value IS 0.58

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#492C69 (or 0x492C69) is known color: Blue Diamond. HEX triplet: 49, 2C and 69. RGB value is (73,44,105). Sum of RGB (Red+Green+Blue) = 73+44+105=222 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.88% from 222); Green value is 44 (17.58% from 255 or 19.82% from 222); Blue value is 105 (41.41% from 255 or 47.30% from 222); Max value from RGB is 105 - color contains mainly: blue. Hex color #492C69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492C69 is #B6D396. Grayscale: #3B3B3B. Windows color (decimal): -11981719 or 6892617. OLE color: 6892617.

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

Color convert

RGB 73 44 105 -
CMYK 0.30 0.58 0 0.59
HSL 268.52º 0.41% 0.29% -
HSV(B) 268.52º 0.58% 0.41% -
XYZ 6.2 4.24 13.86 -
YUV 59.63 153.61 137.54 -
System Red Green Blue C M Y K H S L
Decimal 73 44 105 0.30 0.58 0 0.59 268.52 0.41 0.29
Hex 49 2C 69 1E 3A 0 3B 10D 29 1D
Octal 111 54 151 36 72 0 73 415 51 35
Binary 1001001 101100 1101001 11110 111010 0 111011 100001101 101001 11101

Color Harmonies of #492C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492C69

Black with #492C69

Text Example


Text Example

White with #492C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492C69; }

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

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

background-color css

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

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

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

border-color css

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

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

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