Html Css Color HEX #492C6D Blue Diamond

📋 copy color: '#492C6D'

red 73 ◦ green 44 ◦ blue 109

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

Shades of Blue Diamond #492C6D

Tints of Blue Diamond #492C6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 48.23%

R = 32.3%
G = 19.47%
B = 48.23%

CMYK

 C value IS 0.33

 M value IS 0.60

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#492C6D (or 0x492C6D) is known color: Blue Diamond. HEX triplet: 49, 2C and 6D. RGB value is (73,44,109). Sum of RGB (Red+Green+Blue) = 73+44+109=226 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.30% from 226); Green value is 44 (17.58% from 255 or 19.47% from 226); Blue value is 109 (42.97% from 255 or 48.23% from 226); Max value from RGB is 109 - color contains mainly: blue. Hex color #492C6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492C6D is #B6D392. Grayscale: #3B3B3B. Windows color (decimal): -11981715 or 7154761. OLE color: 7154761.

HSL color Cylindrical-coordinate representation of color #492C6D: hue angle of 266.77º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #492C6D is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 73 44 109 -
CMYK 0.33 0.60 0 0.57
HSL 266.77º 0.42% 0.3% -
HSV(B) 266.77º 0.6% 0.43% -
XYZ 6.41 4.32 14.96 -
YUV 60.08 155.61 137.21 -
System Red Green Blue C M Y K H S L
Decimal 73 44 109 0.33 0.60 0 0.57 266.77 0.42 0.3
Hex 49 2C 6D 21 3C 0 39 10B 2A 1E
Octal 111 54 155 41 74 0 71 413 52 36
Binary 1001001 101100 1101101 100001 111100 0 111001 100001011 101010 11110

Color Harmonies of #492C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492C6D

Black with #492C6D

Text Example


Text Example

White with #492C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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