Html Css Color HEX #492067 Blue Diamond

📋 copy color: '#492067'

red 73 ◦ green 32 ◦ blue 103

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

Shades of Blue Diamond #492067

Tints of Blue Diamond #492067

RGB

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

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

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

R = 35.1%
G = 15.38%
B = 49.52%

CMYK

 C value IS 0.29

 M value IS 0.69

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#492067 (or 0x492067) is known color: Blue Diamond. HEX triplet: 49, 20 and 67. RGB value is (73,32,103). Sum of RGB (Red+Green+Blue) = 73+32+103=208 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.10% from 208); Green value is 32 (12.89% from 255 or 15.38% from 208); Blue value is 103 (40.62% from 255 or 49.52% from 208); Max value from RGB is 103 - color contains mainly: blue. Hex color #492067 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492067 is #B6DF98. Grayscale: #343434. Windows color (decimal): -11984793 or 6758473. OLE color: 6758473.

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

Color convert

RGB 73 32 103 -
CMYK 0.29 0.69 0 0.60
HSL 274.65º 0.53% 0.26% -
HSV(B) 274.65º 0.69% 0.4% -
XYZ 5.71 3.43 13.19 -
YUV 52.35 156.58 142.73 -
System Red Green Blue C M Y K H S L
Decimal 73 32 103 0.29 0.69 0 0.60 274.65 0.53 0.26
Hex 49 20 67 1D 45 0 3C 113 35 1A
Octal 111 40 147 35 105 0 74 423 65 32
Binary 1001001 100000 1100111 11101 1000101 0 111100 100010011 110101 11010

Color Harmonies of #492067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492067

Black with #492067

Text Example


Text Example

White with #492067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492067; }

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

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

background-color css

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

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

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

border-color css

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

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

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