Html Css Color HEX #462668 Blue Diamond

📋 copy color: '#462668'

red 70 ◦ green 38 ◦ blue 104

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

Shades of Blue Diamond #462668

Tints of Blue Diamond #462668

RGB

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

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

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

R = 33.02%
G = 17.92%
B = 49.06%

CMYK

 C value IS 0.33

 M value IS 0.63

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#462668 (or 0x462668) is known color: Blue Diamond. HEX triplet: 46, 26 and 68. RGB value is (70,38,104). Sum of RGB (Red+Green+Blue) = 70+38+104=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 38 (15.23% from 255 or 17.92% from 212); Blue value is 104 (41.02% from 255 or 49.06% from 212); Max value from RGB is 104 - color contains mainly: blue. Hex color #462668 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462668 is #B9D997. Grayscale: #363636. Windows color (decimal): -12179864 or 6825542. OLE color: 6825542.

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

Color convert

RGB 70 38 104 -
CMYK 0.33 0.63 0 0.59
HSL 269.09º 0.46% 0.28% -
HSV(B) 269.09º 0.63% 0.41% -
XYZ 5.72 3.69 13.51 -
YUV 55.09 155.6 138.63 -
System Red Green Blue C M Y K H S L
Decimal 70 38 104 0.33 0.63 0 0.59 269.09 0.46 0.28
Hex 46 26 68 21 3F 0 3B 10D 2E 1C
Octal 106 46 150 41 77 0 73 415 56 34
Binary 1000110 100110 1101000 100001 111111 0 111011 100001101 101110 11100

Color Harmonies of #462668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462668

Black with #462668

Text Example


Text Example

White with #462668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462668; }

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

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

background-color css

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

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

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

border-color css

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

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

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