Html Css Color HEX #492867 Blue Diamond

📋 copy color: '#492867'

red 73 ◦ green 40 ◦ blue 103

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

Shades of Blue Diamond #492867

Tints of Blue Diamond #492867

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.52%

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

R = 33.8%
G = 18.52%
B = 47.69%

CMYK

 C value IS 0.29

 M value IS 0.61

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#492867 (or 0x492867) is known color: Blue Diamond. HEX triplet: 49, 28 and 67. RGB value is (73,40,103). Sum of RGB (Red+Green+Blue) = 73+40+103=216 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.80% from 216); Green value is 40 (16.02% from 255 or 18.52% from 216); Blue value is 103 (40.62% from 255 or 47.69% from 216); Max value from RGB is 103 - color contains mainly: blue. Hex color #492867 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492867 is #B6D798. Grayscale: #383838. Windows color (decimal): -11982745 or 6760521. OLE color: 6760521.

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

Color convert

RGB 73 40 103 -
CMYK 0.29 0.61 0 0.60
HSL 271.43º 0.44% 0.28% -
HSV(B) 271.43º 0.61% 0.4% -
XYZ 5.95 3.91 13.27 -
YUV 57.05 153.93 139.38 -
System Red Green Blue C M Y K H S L
Decimal 73 40 103 0.29 0.61 0 0.60 271.43 0.44 0.28
Hex 49 28 67 1D 3D 0 3C 10F 2C 1C
Octal 111 50 147 35 75 0 74 417 54 34
Binary 1001001 101000 1100111 11101 111101 0 111100 100001111 101100 11100

Color Harmonies of #492867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492867

Black with #492867

Text Example


Text Example

White with #492867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492867; }

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

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

background-color css

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

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

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

border-color css

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

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

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