Html Css Color HEX #462768 Blue Diamond

📋 copy color: '#462768'

red 70 ◦ green 39 ◦ blue 104

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

Shades of Blue Diamond #462768

Tints of Blue Diamond #462768

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.31%

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

R = 32.86%
G = 18.31%
B = 48.83%

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

#462768 (or 0x462768) is known color: Blue Diamond. HEX triplet: 46, 27 and 68. RGB value is (70,39,104). Sum of RGB (Red+Green+Blue) = 70+39+104=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 39 (15.62% from 255 or 18.31% from 213); Blue value is 104 (41.02% from 255 or 48.83% from 213); Max value from RGB is 104 - color contains mainly: blue. Hex color #462768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462768 is #B9D897. Grayscale: #373737. Windows color (decimal): -12179608 or 6825798. OLE color: 6825798.

HSL color Cylindrical-coordinate representation of color #462768: hue angle of 268.62º degrees, saturation: 0.45, 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 #462768 is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 70 39 104 -
CMYK 0.33 0.62 0 0.59
HSL 268.62º 0.45% 0.28% -
HSV(B) 268.62º 0.63% 0.41% -
XYZ 5.75 3.75 13.52 -
YUV 55.68 155.27 138.21 -
System Red Green Blue C M Y K H S L
Decimal 70 39 104 0.33 0.62 0 0.59 268.62 0.45 0.28
Hex 46 27 68 21 3E 0 3B 10D 2D 1C
Octal 106 47 150 41 76 0 73 415 55 34
Binary 1000110 100111 1101000 100001 111110 0 111011 100001101 101101 11100

Color Harmonies of #462768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462768

Black with #462768

Text Example


Text Example

White with #462768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462768; }

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

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

background-color css

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

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

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

border-color css

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

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

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