Html Css Color HEX #492C6C Blue Diamond

📋 copy color: '#492C6C'

red 73 ◦ green 44 ◦ blue 108

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

Shades of Blue Diamond #492C6C

Tints of Blue Diamond #492C6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 48%

R = 32.44%
G = 19.56%
B = 48%

CMYK

 C value IS 0.32

 M value IS 0.59

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#492C6C (or 0x492C6C) is known color: Blue Diamond. HEX triplet: 49, 2C and 6C. RGB value is (73,44,108). Sum of RGB (Red+Green+Blue) = 73+44+108=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 44 (17.58% from 255 or 19.56% from 225); Blue value is 108 (42.58% from 255 or 48% from 225); Max value from RGB is 108 - color contains mainly: blue. Hex color #492C6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492C6C is #B6D393. Grayscale: #3B3B3B. Windows color (decimal): -11981716 or 7089225. OLE color: 7089225.

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

Color convert

RGB 73 44 108 -
CMYK 0.32 0.59 0 0.58
HSL 267.19º 0.42% 0.3% -
HSV(B) 267.19º 0.59% 0.42% -
XYZ 6.36 4.3 14.68 -
YUV 59.97 155.11 137.3 -
System Red Green Blue C M Y K H S L
Decimal 73 44 108 0.32 0.59 0 0.58 267.19 0.42 0.3
Hex 49 2C 6C 20 3B 0 3A 10B 2A 1E
Octal 111 54 154 40 73 0 72 413 52 36
Binary 1001001 101100 1101100 100000 111011 0 111010 100001011 101010 11110

Color Harmonies of #492C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492C6C

Black with #492C6C

Text Example


Text Example

White with #492C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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