Html Css Color HEX #492874 Blue Diamond

📋 copy color: '#492874'

red 73 ◦ green 40 ◦ blue 116

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

Shades of Blue Diamond #492874

Tints of Blue Diamond #492874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 50.66%

R = 31.88%
G = 17.47%
B = 50.66%

CMYK

 C value IS 0.37

 M value IS 0.66

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#492874 (or 0x492874) is known color: Blue Diamond. HEX triplet: 49, 28 and 74. RGB value is (73,40,116). Sum of RGB (Red+Green+Blue) = 73+40+116=229 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.88% from 229); Green value is 40 (16.02% from 255 or 17.47% from 229); Blue value is 116 (45.70% from 255 or 50.66% from 229); Max value from RGB is 116 - color contains mainly: blue. Hex color #492874 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492874 is #B6D78B. Grayscale: #3A3A3A. Windows color (decimal): -11982732 or 7612489. OLE color: 7612489.

HSL color Cylindrical-coordinate representation of color #492874: hue angle of 266.05º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #492874 is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 40 116 -
CMYK 0.37 0.66 0 0.55
HSL 266.05º 0.49% 0.31% -
HSV(B) 266.05º 0.66% 0.45% -
XYZ 6.66 4.2 16.98 -
YUV 58.53 160.43 138.32 -
System Red Green Blue C M Y K H S L
Decimal 73 40 116 0.37 0.66 0 0.55 266.05 0.49 0.31
Hex 49 28 74 25 42 0 37 10A 31 1F
Octal 111 50 164 45 102 0 67 412 61 37
Binary 1001001 101000 1110100 100101 1000010 0 110111 100001010 110001 11111

Color Harmonies of #492874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492874

Black with #492874

Text Example


Text Example

White with #492874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492874; }

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

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

background-color css

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

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

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

border-color css

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

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

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