Html Css Color HEX #492869 Blue Diamond

📋 copy color: '#492869'

red 73 ◦ green 40 ◦ blue 105

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

Shades of Blue Diamond #492869

Tints of Blue Diamond #492869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 48.17%

R = 33.49%
G = 18.35%
B = 48.17%

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

#492869 (or 0x492869) is known color: Blue Diamond. HEX triplet: 49, 28 and 69. RGB value is (73,40,105). Sum of RGB (Red+Green+Blue) = 73+40+105=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 40 (16.02% from 255 or 18.35% from 218); Blue value is 105 (41.41% from 255 or 48.17% from 218); Max value from RGB is 105 - color contains mainly: blue. Hex color #492869 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492869 is #B6D796. Grayscale: #393939. Windows color (decimal): -11982743 or 6891593. OLE color: 6891593.

HSL color Cylindrical-coordinate representation of color #492869: hue angle of 270.46º degrees, saturation: 0.45, 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 #492869 is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 73 40 105 -
CMYK 0.30 0.62 0 0.59
HSL 270.46º 0.45% 0.28% -
HSV(B) 270.46º 0.62% 0.41% -
XYZ 6.06 3.95 13.81 -
YUV 57.28 154.93 139.21 -
System Red Green Blue C M Y K H S L
Decimal 73 40 105 0.30 0.62 0 0.59 270.46 0.45 0.28
Hex 49 28 69 1E 3E 0 3B 10E 2D 1C
Octal 111 50 151 36 76 0 73 416 55 34
Binary 1001001 101000 1101001 11110 111110 0 111011 100001110 101101 11100

Color Harmonies of #492869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492869

Black with #492869

Text Example


Text Example

White with #492869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492869; }

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

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

background-color css

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

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

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

border-color css

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

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

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