Html Css Color HEX #492670 Blue Diamond

📋 copy color: '#492670'

red 73 ◦ green 38 ◦ blue 112

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

Shades of Blue Diamond #492670

Tints of Blue Diamond #492670

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.04%

 BLUE value IS 112 (44.14% from 255) = 50.22%

R = 32.74%
G = 17.04%
B = 50.22%

CMYK

 C value IS 0.35

 M value IS 0.66

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#492670 (or 0x492670) is known color: Blue Diamond. HEX triplet: 49, 26 and 70. RGB value is (73,38,112). Sum of RGB (Red+Green+Blue) = 73+38+112=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 38 (15.23% from 255 or 17.04% from 223); Blue value is 112 (44.14% from 255 or 50.22% from 223); Max value from RGB is 112 - color contains mainly: blue. Hex color #492670 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492670 is #B6D98F. Grayscale: #383838. Windows color (decimal): -11983248 or 7349833. OLE color: 7349833.

HSL color Cylindrical-coordinate representation of color #492670: hue angle of 268.38º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #492670 is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 38 112 -
CMYK 0.35 0.66 0 0.56
HSL 268.38º 0.49% 0.29% -
HSV(B) 268.38º 0.66% 0.44% -
XYZ 6.37 3.97 15.76 -
YUV 56.9 159.1 139.48 -
System Red Green Blue C M Y K H S L
Decimal 73 38 112 0.35 0.66 0 0.56 268.38 0.49 0.29
Hex 49 26 70 23 42 0 38 10C 31 1D
Octal 111 46 160 43 102 0 70 414 61 35
Binary 1001001 100110 1110000 100011 1000010 0 111000 100001100 110001 11101

Color Harmonies of #492670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492670

Black with #492670

Text Example


Text Example

White with #492670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492670; }

 p { color: rgb(73,38,112); }

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

background-color css

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

 a { background-color: rgb(73,38,112); }

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

border-color css

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

 span { border-color: rgb(73,38,112); }

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