Html Css Color HEX #492D70 Blue Diamond

📋 copy color: '#492D70'

red 73 ◦ green 45 ◦ blue 112

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

Shades of Blue Diamond #492D70

Tints of Blue Diamond #492D70

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.57%

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

R = 31.74%
G = 19.57%
B = 48.7%

CMYK

 C value IS 0.35

 M value IS 0.60

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#492D70 (or 0x492D70) is known color: Blue Diamond. HEX triplet: 49, 2D and 70. RGB value is (73,45,112). Sum of RGB (Red+Green+Blue) = 73+45+112=230 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.74% from 230); Green value is 45 (17.97% from 255 or 19.57% from 230); Blue value is 112 (44.14% from 255 or 48.70% from 230); Max value from RGB is 112 - color contains mainly: blue. Hex color #492D70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492D70 is #B6D28F. Grayscale: #3C3C3C. Windows color (decimal): -11981456 or 7351625. OLE color: 7351625.

HSL color Cylindrical-coordinate representation of color #492D70: hue angle of 265.07º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #492D70 is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 45 112 -
CMYK 0.35 0.60 0 0.56
HSL 265.07º 0.43% 0.31% -
HSV(B) 265.07º 0.6% 0.44% -
XYZ 6.61 4.46 15.84 -
YUV 61.01 156.78 136.55 -
System Red Green Blue C M Y K H S L
Decimal 73 45 112 0.35 0.60 0 0.56 265.07 0.43 0.31
Hex 49 2D 70 23 3C 0 38 109 2B 1F
Octal 111 55 160 43 74 0 70 411 53 37
Binary 1001001 101101 1110000 100011 111100 0 111000 100001001 101011 11111

Color Harmonies of #492D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492D70

Black with #492D70

Text Example


Text Example

White with #492D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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