Html Css Color HEX #493262 Blue Diamond

📋 copy color: '#493262'

red 73 ◦ green 50 ◦ blue 98

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

Shades of Blue Diamond #493262

Tints of Blue Diamond #493262

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.62%

 BLUE value IS 98 (38.67% from 255) = 44.34%

R = 33.03%
G = 22.62%
B = 44.34%

CMYK

 C value IS 0.26

 M value IS 0.49

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#493262 (or 0x493262) is known color: Blue Diamond. HEX triplet: 49, 32 and 62. RGB value is (73,50,98). Sum of RGB (Red+Green+Blue) = 73+50+98=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 98 (38.67% from 255 or 44.34% from 221); Max value from RGB is 98 - color contains mainly: blue. Hex color #493262 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493262 is #B6CD9D. Grayscale: #3E3E3E. Windows color (decimal): -11980190 or 6435401. OLE color: 6435401.

HSL color Cylindrical-coordinate representation of color #493262: hue angle of 268.75º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #493262 is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 50 98 -
CMYK 0.26 0.49 0 0.62
HSL 268.75º 0.32% 0.29% -
HSV(B) 268.75º 0.49% 0.38% -
XYZ 6.09 4.58 12.12 -
YUV 62.35 148.12 135.6 -
System Red Green Blue C M Y K H S L
Decimal 73 50 98 0.26 0.49 0 0.62 268.75 0.32 0.29
Hex 49 32 62 1A 31 0 3E 10D 20 1D
Octal 111 62 142 32 61 0 76 415 40 35
Binary 1001001 110010 1100010 11010 110001 0 111110 100001101 100000 11101

Color Harmonies of #493262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493262

Black with #493262

Text Example


Text Example

White with #493262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493262; }

 p { color: rgb(73,50,98); }

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

background-color css

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

 a { background-color: rgb(73,50,98); }

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

border-color css

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

 span { border-color: rgb(73,50,98); }

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