Html Css Color HEX #492C63 Blue Diamond

📋 copy color: '#492C63'

red 73 ◦ green 44 ◦ blue 99

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

Shades of Blue Diamond #492C63

Tints of Blue Diamond #492C63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 45.83%

R = 33.8%
G = 20.37%
B = 45.83%

CMYK

 C value IS 0.26

 M value IS 0.56

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#492C63 (or 0x492C63) is known color: Blue Diamond. HEX triplet: 49, 2C and 63. RGB value is (73,44,99). Sum of RGB (Red+Green+Blue) = 73+44+99=216 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.80% from 216); Green value is 44 (17.58% from 255 or 20.37% from 216); Blue value is 99 (39.06% from 255 or 45.83% from 216); Max value from RGB is 99 - color contains mainly: blue. Hex color #492C63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492C63 is #B6D39C. Grayscale: #3A3A3A. Windows color (decimal): -11981725 or 6499401. OLE color: 6499401.

HSL color Cylindrical-coordinate representation of color #492C63: hue angle of 271.64º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #492C63 is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 73 44 99 -
CMYK 0.26 0.56 0 0.61
HSL 271.64º 0.38% 0.28% -
HSV(B) 271.64º 0.56% 0.39% -
XYZ 5.9 4.12 12.29 -
YUV 58.94 150.61 138.03 -
System Red Green Blue C M Y K H S L
Decimal 73 44 99 0.26 0.56 0 0.61 271.64 0.38 0.28
Hex 49 2C 63 1A 38 0 3D 110 26 1C
Octal 111 54 143 32 70 0 75 420 46 34
Binary 1001001 101100 1100011 11010 111000 0 111101 100010000 100110 11100

Color Harmonies of #492C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492C63

Black with #492C63

Text Example


Text Example

White with #492C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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