Html Css Color HEX #492868 Blue Diamond

📋 copy color: '#492868'

red 73 ◦ green 40 ◦ blue 104

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

Shades of Blue Diamond #492868

Tints of Blue Diamond #492868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 47.93%

R = 33.64%
G = 18.43%
B = 47.93%

CMYK

 C value IS 0.30

 M value IS 0.62

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#492868 (or 0x492868) is known color: Blue Diamond. HEX triplet: 49, 28 and 68. RGB value is (73,40,104). Sum of RGB (Red+Green+Blue) = 73+40+104=217 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.64% from 217); Green value is 40 (16.02% from 255 or 18.43% from 217); Blue value is 104 (41.02% from 255 or 47.93% from 217); Max value from RGB is 104 - color contains mainly: blue. Hex color #492868 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492868 is #B6D797. Grayscale: #383838. Windows color (decimal): -11982744 or 6826057. OLE color: 6826057.

HSL color Cylindrical-coordinate representation of color #492868: hue angle of 270.94º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #492868 is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 73 40 104 -
CMYK 0.30 0.62 0 0.59
HSL 270.94º 0.44% 0.28% -
HSV(B) 270.94º 0.62% 0.41% -
XYZ 6.01 3.93 13.54 -
YUV 57.16 154.43 139.3 -
System Red Green Blue C M Y K H S L
Decimal 73 40 104 0.30 0.62 0 0.59 270.94 0.44 0.28
Hex 49 28 68 1E 3E 0 3B 10F 2C 1C
Octal 111 50 150 36 76 0 73 417 54 34
Binary 1001001 101000 1101000 11110 111110 0 111011 100001111 101100 11100

Color Harmonies of #492868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492868

Black with #492868

Text Example


Text Example

White with #492868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492868; }

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

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

background-color css

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

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

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

border-color css

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

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

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