Html Css Color HEX #492672 Blue Diamond

📋 copy color: '#492672'

red 73 ◦ green 38 ◦ blue 114

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

Shades of Blue Diamond #492672

Tints of Blue Diamond #492672

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.89%

 BLUE value IS 114 (44.92% from 255) = 50.67%

R = 32.44%
G = 16.89%
B = 50.67%

CMYK

 C value IS 0.36

 M value IS 0.67

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#492672 (or 0x492672) is known color: Blue Diamond. HEX triplet: 49, 26 and 72. RGB value is (73,38,114). Sum of RGB (Red+Green+Blue) = 73+38+114=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 38 (15.23% from 255 or 16.89% from 225); Blue value is 114 (44.92% from 255 or 50.67% from 225); Max value from RGB is 114 - color contains mainly: blue. Hex color #492672 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492672 is #B6D98D. Grayscale: #383838. Windows color (decimal): -11983246 or 7480905. OLE color: 7480905.

HSL color Cylindrical-coordinate representation of color #492672: hue angle of 267.63º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #492672 is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 38 114 -
CMYK 0.36 0.67 0 0.55
HSL 267.63º 0.5% 0.3% -
HSV(B) 267.63º 0.67% 0.45% -
XYZ 6.48 4.02 16.35 -
YUV 57.13 160.1 139.32 -
System Red Green Blue C M Y K H S L
Decimal 73 38 114 0.36 0.67 0 0.55 267.63 0.5 0.3
Hex 49 26 72 24 43 0 37 10C 32 1E
Octal 111 46 162 44 103 0 67 414 62 36
Binary 1001001 100110 1110010 100100 1000011 0 110111 100001100 110010 11110

Color Harmonies of #492672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492672

Black with #492672

Text Example


Text Example

White with #492672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492672; }

 p { color: rgb(73,38,114); }

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

background-color css

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

 a { background-color: rgb(73,38,114); }

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

border-color css

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

 span { border-color: rgb(73,38,114); }

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