Html Css Color HEX #462666 Blue Diamond

📋 copy color: '#462666'

red 70 ◦ green 38 ◦ blue 102

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

Shades of Blue Diamond #462666

Tints of Blue Diamond #462666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 48.57%

R = 33.33%
G = 18.1%
B = 48.57%

CMYK

 C value IS 0.31

 M value IS 0.63

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#462666 (or 0x462666) is known color: Blue Diamond. HEX triplet: 46, 26 and 66. RGB value is (70,38,102). Sum of RGB (Red+Green+Blue) = 70+38+102=210 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.33% from 210); Green value is 38 (15.23% from 255 or 18.10% from 210); Blue value is 102 (40.23% from 255 or 48.57% from 210); Max value from RGB is 102 - color contains mainly: blue. Hex color #462666 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462666 is #B9D999. Grayscale: #363636. Windows color (decimal): -12179866 or 6694470. OLE color: 6694470.

HSL color Cylindrical-coordinate representation of color #462666: hue angle of 270º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #462666 is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 70 38 102 -
CMYK 0.31 0.63 0 0.6
HSL 270º 0.46% 0.27% -
HSV(B) 270º 0.63% 0.4% -
XYZ 5.62 3.65 12.98 -
YUV 54.86 154.6 138.8 -
System Red Green Blue C M Y K H S L
Decimal 70 38 102 0.31 0.63 0 0.6 270 0.46 0.27
Hex 46 26 66 1F 3F 0 3C 10E 2E 1B
Octal 106 46 146 37 77 0 74 416 56 33
Binary 1000110 100110 1100110 11111 111111 0 111100 100001110 101110 11011

Color Harmonies of #462666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462666

Black with #462666

Text Example


Text Example

White with #462666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462666; }

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

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

background-color css

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

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

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

border-color css

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

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

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