Html Css Color HEX #492C66 Blue Diamond

📋 copy color: '#492C66'

red 73 ◦ green 44 ◦ blue 102

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

Shades of Blue Diamond #492C66

Tints of Blue Diamond #492C66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 46.58%

R = 33.33%
G = 20.09%
B = 46.58%

CMYK

 C value IS 0.28

 M value IS 0.57

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#492C66 (or 0x492C66) is known color: Blue Diamond. HEX triplet: 49, 2C and 66. RGB value is (73,44,102). Sum of RGB (Red+Green+Blue) = 73+44+102=219 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.33% from 219); Green value is 44 (17.58% from 255 or 20.09% from 219); Blue value is 102 (40.23% from 255 or 46.58% from 219); Max value from RGB is 102 - color contains mainly: blue. Hex color #492C66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492C66 is #B6D399. Grayscale: #3B3B3B. Windows color (decimal): -11981722 or 6696009. OLE color: 6696009.

HSL color Cylindrical-coordinate representation of color #492C66: hue angle of 270º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #492C66 is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 73 44 102 -
CMYK 0.28 0.57 0 0.6
HSL 270º 0.4% 0.29% -
HSV(B) 270º 0.57% 0.4% -
XYZ 6.05 4.18 13.06 -
YUV 59.28 152.11 137.78 -
System Red Green Blue C M Y K H S L
Decimal 73 44 102 0.28 0.57 0 0.6 270 0.4 0.29
Hex 49 2C 66 1C 39 0 3C 10E 28 1D
Octal 111 54 146 34 71 0 74 416 50 35
Binary 1001001 101100 1100110 11100 111001 0 111100 100001110 101000 11101

Color Harmonies of #492C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492C66

Black with #492C66

Text Example


Text Example

White with #492C66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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