Html Css Color HEX #492068 Blue Diamond

📋 copy color: '#492068'

red 73 ◦ green 32 ◦ blue 104

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

Shades of Blue Diamond #492068

Tints of Blue Diamond #492068

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.31%

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

R = 34.93%
G = 15.31%
B = 49.76%

CMYK

 C value IS 0.30

 M value IS 0.69

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#492068 (or 0x492068) is known color: Blue Diamond. HEX triplet: 49, 20 and 68. RGB value is (73,32,104). Sum of RGB (Red+Green+Blue) = 73+32+104=209 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.93% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 104 (41.02% from 255 or 49.76% from 209); Max value from RGB is 104 - color contains mainly: blue. Hex color #492068 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492068 is #B6DF97. Grayscale: #343434. Windows color (decimal): -11984792 or 6824009. OLE color: 6824009.

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

Color convert

RGB 73 32 104 -
CMYK 0.30 0.69 0 0.59
HSL 274.17º 0.53% 0.27% -
HSV(B) 274.17º 0.69% 0.41% -
XYZ 5.76 3.45 13.46 -
YUV 52.47 157.08 142.65 -
System Red Green Blue C M Y K H S L
Decimal 73 32 104 0.30 0.69 0 0.59 274.17 0.53 0.27
Hex 49 20 68 1E 45 0 3B 112 35 1B
Octal 111 40 150 36 105 0 73 422 65 33
Binary 1001001 100000 1101000 11110 1000101 0 111011 100010010 110101 11011

Color Harmonies of #492068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492068

Black with #492068

Text Example


Text Example

White with #492068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492068; }

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

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

background-color css

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

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

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

border-color css

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

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

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