Html Css Color HEX #492870 Blue Diamond

📋 copy color: '#492870'

red 73 ◦ green 40 ◦ blue 112

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

Shades of Blue Diamond #492870

Tints of Blue Diamond #492870

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.78%

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

R = 32.44%
G = 17.78%
B = 49.78%

CMYK

 C value IS 0.35

 M value IS 0.64

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#492870 (or 0x492870) is known color: Blue Diamond. HEX triplet: 49, 28 and 70. RGB value is (73,40,112). Sum of RGB (Red+Green+Blue) = 73+40+112=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 112 (44.14% from 255 or 49.78% from 225); Max value from RGB is 112 - color contains mainly: blue. Hex color #492870 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492870 is #B6D78F. Grayscale: #393939. Windows color (decimal): -11982736 or 7350345. OLE color: 7350345.

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

Color convert

RGB 73 40 112 -
CMYK 0.35 0.64 0 0.56
HSL 267.5º 0.47% 0.3% -
HSV(B) 267.5º 0.64% 0.44% -
XYZ 6.43 4.1 15.78 -
YUV 58.08 158.43 138.65 -
System Red Green Blue C M Y K H S L
Decimal 73 40 112 0.35 0.64 0 0.56 267.5 0.47 0.3
Hex 49 28 70 23 40 0 38 10C 2F 1E
Octal 111 50 160 43 100 0 70 414 57 36
Binary 1001001 101000 1110000 100011 1000000 0 111000 100001100 101111 11110

Color Harmonies of #492870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492870

Black with #492870

Text Example


Text Example

White with #492870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492870; }

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

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

background-color css

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

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

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

border-color css

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

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

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