Html Css Color HEX #492267 Blue Diamond

📋 copy color: '#492267'

red 73 ◦ green 34 ◦ blue 103

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

Shades of Blue Diamond #492267

Tints of Blue Diamond #492267

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.19%

 BLUE value IS 103 (40.63% from 255) = 49.05%

R = 34.76%
G = 16.19%
B = 49.05%

CMYK

 C value IS 0.29

 M value IS 0.67

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#492267 (or 0x492267) is known color: Blue Diamond. HEX triplet: 49, 22 and 67. RGB value is (73,34,103). Sum of RGB (Red+Green+Blue) = 73+34+103=210 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.76% from 210); Green value is 34 (13.67% from 255 or 16.19% from 210); Blue value is 103 (40.62% from 255 or 49.05% from 210); Max value from RGB is 103 - color contains mainly: blue. Hex color #492267 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492267 is #B6DD98. Grayscale: #353535. Windows color (decimal): -11984281 or 6758985. OLE color: 6758985.

HSL color Cylindrical-coordinate representation of color #492267: hue angle of 273.91º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #492267 is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 73 34 103 -
CMYK 0.29 0.67 0 0.60
HSL 273.91º 0.5% 0.27% -
HSV(B) 273.91º 0.67% 0.4% -
XYZ 5.77 3.54 13.21 -
YUV 53.53 155.92 141.89 -
System Red Green Blue C M Y K H S L
Decimal 73 34 103 0.29 0.67 0 0.60 273.91 0.5 0.27
Hex 49 22 67 1D 43 0 3C 112 32 1B
Octal 111 42 147 35 103 0 74 422 62 33
Binary 1001001 100010 1100111 11101 1000011 0 111100 100010010 110010 11011

Color Harmonies of #492267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492267

Black with #492267

Text Example


Text Example

White with #492267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492267; }

 p { color: rgb(73,34,103); }

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

background-color css

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

 a { background-color: rgb(73,34,103); }

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

border-color css

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

 span { border-color: rgb(73,34,103); }

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