Html Css Color HEX #462868 Blue Diamond

📋 copy color: '#462868'

red 70 ◦ green 40 ◦ blue 104

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

Shades of Blue Diamond #462868

Tints of Blue Diamond #462868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 48.6%

R = 32.71%
G = 18.69%
B = 48.6%

CMYK

 C value IS 0.33

 M value IS 0.62

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#462868 (or 0x462868) is known color: Blue Diamond. HEX triplet: 46, 28 and 68. RGB value is (70,40,104). Sum of RGB (Red+Green+Blue) = 70+40+104=214 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.71% from 214); Green value is 40 (16.02% from 255 or 18.69% from 214); Blue value is 104 (41.02% from 255 or 48.60% from 214); Max value from RGB is 104 - color contains mainly: blue. Hex color #462868 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462868 is #B9D797. Grayscale: #383838. Windows color (decimal): -12179352 or 6826054. OLE color: 6826054.

HSL color Cylindrical-coordinate representation of color #462868: hue angle of 268.12º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #462868 is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 70 40 104 -
CMYK 0.33 0.62 0 0.59
HSL 268.13º 0.44% 0.28% -
HSV(B) 268.13º 0.62% 0.41% -
XYZ 5.78 3.82 13.53 -
YUV 56.27 154.94 137.8 -
System Red Green Blue C M Y K H S L
Decimal 70 40 104 0.33 0.62 0 0.59 268.13 0.44 0.28
Hex 46 28 68 21 3E 0 3B 10C 2C 1C
Octal 106 50 150 41 76 0 73 414 54 34
Binary 1000110 101000 1101000 100001 111110 0 111011 100001100 101100 11100

Color Harmonies of #462868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462868

Black with #462868

Text Example


Text Example

White with #462868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462868; }

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

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

background-color css

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

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

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

border-color css

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

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

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