Html Css Color HEX #462862 Blue Diamond

📋 copy color: '#462862'

red 70 ◦ green 40 ◦ blue 98

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

Shades of Blue Diamond #462862

Tints of Blue Diamond #462862

RGB

 RED value IS 70 (27.73% from 255) = 33.65%

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

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

R = 33.65%
G = 19.23%
B = 47.12%

CMYK

 C value IS 0.29

 M value IS 0.59

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#462862 (or 0x462862) is known color: Blue Diamond. HEX triplet: 46, 28 and 62. RGB value is (70,40,98). Sum of RGB (Red+Green+Blue) = 70+40+98=208 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.65% from 208); Green value is 40 (16.02% from 255 or 19.23% from 208); Blue value is 98 (38.67% from 255 or 47.12% from 208); Max value from RGB is 98 - color contains mainly: blue. Hex color #462862 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462862 is #B9D79D. Grayscale: #373737. Windows color (decimal): -12179358 or 6432838. OLE color: 6432838.

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

Color convert

RGB 70 40 98 -
CMYK 0.29 0.59 0 0.62
HSL 271.03º 0.42% 0.27% -
HSV(B) 271.03º 0.59% 0.38% -
XYZ 5.49 3.7 11.98 -
YUV 55.58 151.94 138.28 -
System Red Green Blue C M Y K H S L
Decimal 70 40 98 0.29 0.59 0 0.62 271.03 0.42 0.27
Hex 46 28 62 1D 3B 0 3E 10F 2A 1B
Octal 106 50 142 35 73 0 76 417 52 33
Binary 1000110 101000 1100010 11101 111011 0 111110 100001111 101010 11011

Color Harmonies of #462862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462862

Black with #462862

Text Example


Text Example

White with #462862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462862; }

 p { color: rgb(70,40,98); }

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

background-color css

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

 a { background-color: rgb(70,40,98); }

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

border-color css

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

 span { border-color: rgb(70,40,98); }

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