Html Css Color HEX #492675 Blue Diamond

📋 copy color: '#492675'

red 73 ◦ green 38 ◦ blue 117

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

Shades of Blue Diamond #492675

Tints of Blue Diamond #492675

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.67%

 BLUE value IS 117 (46.09% from 255) = 51.32%

R = 32.02%
G = 16.67%
B = 51.32%

CMYK

 C value IS 0.38

 M value IS 0.68

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#492675 (or 0x492675) is known color: Blue Diamond. HEX triplet: 49, 26 and 75. RGB value is (73,38,117). Sum of RGB (Red+Green+Blue) = 73+38+117=228 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.02% from 228); Green value is 38 (15.23% from 255 or 16.67% from 228); Blue value is 117 (46.09% from 255 or 51.32% from 228); Max value from RGB is 117 - color contains mainly: blue. Hex color #492675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492675 is #B6D98A. Grayscale: #393939. Windows color (decimal): -11983243 or 7677513. OLE color: 7677513.

HSL color Cylindrical-coordinate representation of color #492675: hue angle of 266.58º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #492675 is Cyan = 0.38, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 73 38 117 -
CMYK 0.38 0.68 0 0.54
HSL 266.58º 0.51% 0.3% -
HSV(B) 266.58º 0.68% 0.46% -
XYZ 6.65 4.09 17.27 -
YUV 57.47 161.6 139.08 -
System Red Green Blue C M Y K H S L
Decimal 73 38 117 0.38 0.68 0 0.54 266.58 0.51 0.3
Hex 49 26 75 26 44 0 36 10B 33 1E
Octal 111 46 165 46 104 0 66 413 63 36
Binary 1001001 100110 1110101 100110 1000100 0 110110 100001011 110011 11110

Color Harmonies of #492675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492675

Black with #492675

Text Example


Text Example

White with #492675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492675; }

 p { color: rgb(73,38,117); }

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

background-color css

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

 a { background-color: rgb(73,38,117); }

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

border-color css

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

 span { border-color: rgb(73,38,117); }

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