Html Css Color HEX #492369 Blue Diamond

📋 copy color: '#492369'

red 73 ◦ green 35 ◦ blue 105

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

Shades of Blue Diamond #492369

Tints of Blue Diamond #492369

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.43%

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

R = 34.27%
G = 16.43%
B = 49.3%

CMYK

 C value IS 0.30

 M value IS 0.67

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#492369 (or 0x492369) is known color: Blue Diamond. HEX triplet: 49, 23 and 69. RGB value is (73,35,105). Sum of RGB (Red+Green+Blue) = 73+35+105=213 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.27% from 213); Green value is 35 (14.06% from 255 or 16.43% from 213); Blue value is 105 (41.41% from 255 or 49.30% from 213); Max value from RGB is 105 - color contains mainly: blue. Hex color #492369 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492369 is #B6DC96. Grayscale: #363636. Windows color (decimal): -11984023 or 6890313. OLE color: 6890313.

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

Color convert

RGB 73 35 105 -
CMYK 0.30 0.67 0 0.59
HSL 272.57º 0.5% 0.27% -
HSV(B) 272.57º 0.67% 0.41% -
XYZ 5.9 3.64 13.76 -
YUV 54.34 156.59 141.31 -
System Red Green Blue C M Y K H S L
Decimal 73 35 105 0.30 0.67 0 0.59 272.57 0.5 0.27
Hex 49 23 69 1E 43 0 3B 111 32 1B
Octal 111 43 151 36 103 0 73 421 62 33
Binary 1001001 100011 1101001 11110 1000011 0 111011 100010001 110010 11011

Color Harmonies of #492369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492369

Black with #492369

Text Example


Text Example

White with #492369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492369; }

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

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

background-color css

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

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

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

border-color css

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

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

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