Html Css Color HEX #492B68 Blue Diamond

📋 copy color: '#492B68'

red 73 ◦ green 43 ◦ blue 104

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

Shades of Blue Diamond #492B68

Tints of Blue Diamond #492B68

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.55%

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

R = 33.18%
G = 19.55%
B = 47.27%

CMYK

 C value IS 0.30

 M value IS 0.59

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#492B68 (or 0x492B68) is known color: Blue Diamond. HEX triplet: 49, 2B and 68. RGB value is (73,43,104). Sum of RGB (Red+Green+Blue) = 73+43+104=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 43 (17.19% from 255 or 19.55% from 220); Blue value is 104 (41.02% from 255 or 47.27% from 220); Max value from RGB is 104 - color contains mainly: blue. Hex color #492B68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492B68 is #B6D497. Grayscale: #3A3A3A. Windows color (decimal): -11981976 or 6826825. OLE color: 6826825.

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

Color convert

RGB 73 43 104 -
CMYK 0.30 0.59 0 0.59
HSL 269.51º 0.41% 0.29% -
HSV(B) 269.51º 0.59% 0.41% -
XYZ 6.11 4.14 13.57 -
YUV 58.92 153.44 138.04 -
System Red Green Blue C M Y K H S L
Decimal 73 43 104 0.30 0.59 0 0.59 269.51 0.41 0.29
Hex 49 2B 68 1E 3B 0 3B 10E 29 1D
Octal 111 53 150 36 73 0 73 416 51 35
Binary 1001001 101011 1101000 11110 111011 0 111011 100001110 101001 11101

Color Harmonies of #492B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492B68

Black with #492B68

Text Example


Text Example

White with #492B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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