Html Css Color HEX #462A66 Blue Diamond

📋 copy color: '#462A66'

red 70 ◦ green 42 ◦ blue 102

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

Shades of Blue Diamond #462A66

Tints of Blue Diamond #462A66

RGB

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

 GREEN value IS 42 (16.8% from 255) = 19.63%

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

R = 32.71%
G = 19.63%
B = 47.66%

CMYK

 C value IS 0.31

 M value IS 0.59

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#462A66 (or 0x462A66) is known color: Blue Diamond. HEX triplet: 46, 2A and 66. RGB value is (70,42,102). Sum of RGB (Red+Green+Blue) = 70+42+102=214 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.71% from 214); Green value is 42 (16.80% from 255 or 19.63% from 214); Blue value is 102 (40.23% from 255 or 47.66% from 214); Max value from RGB is 102 - color contains mainly: blue. Hex color #462A66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462A66 is #B9D599. Grayscale: #393939. Windows color (decimal): -12178842 or 6695494. OLE color: 6695494.

HSL color Cylindrical-coordinate representation of color #462A66: hue angle of 268º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #462A66 is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 70 42 102 -
CMYK 0.31 0.59 0 0.6
HSL 268º 0.42% 0.28% -
HSV(B) 268º 0.59% 0.4% -
XYZ 5.75 3.92 13.02 -
YUV 57.21 153.28 137.12 -
System Red Green Blue C M Y K H S L
Decimal 70 42 102 0.31 0.59 0 0.6 268 0.42 0.28
Hex 46 2A 66 1F 3B 0 3C 10C 2A 1C
Octal 106 52 146 37 73 0 74 414 52 34
Binary 1000110 101010 1100110 11111 111011 0 111100 100001100 101010 11100

Color Harmonies of #462A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462A66

Black with #462A66

Text Example


Text Example

White with #462A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462A66; }

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

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

background-color css

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

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

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

border-color css

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

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

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