Html Css Color HEX #462E61 Blue Diamond

📋 copy color: '#462E61'

red 70 ◦ green 46 ◦ blue 97

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

Shades of Blue Diamond #462E61

Tints of Blue Diamond #462E61

RGB

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

 GREEN value IS 46 (18.36% from 255) = 21.6%

 BLUE value IS 97 (38.28% from 255) = 45.54%

R = 32.86%
G = 21.6%
B = 45.54%

CMYK

 C value IS 0.28

 M value IS 0.53

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#462E61 (or 0x462E61) is known color: Blue Diamond. HEX triplet: 46, 2E and 61. RGB value is (70,46,97). Sum of RGB (Red+Green+Blue) = 70+46+97=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 46 (18.36% from 255 or 21.60% from 213); Blue value is 97 (38.28% from 255 or 45.54% from 213); Max value from RGB is 97 - color contains mainly: blue. Hex color #462E61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462E61 is #B9D19E. Grayscale: #3A3A3A. Windows color (decimal): -12177823 or 6368838. OLE color: 6368838.

HSL color Cylindrical-coordinate representation of color #462E61: hue angle of 268.24º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #462E61 is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 46 97 -
CMYK 0.28 0.53 0 0.62
HSL 268.24º 0.36% 0.28% -
HSV(B) 268.24º 0.53% 0.38% -
XYZ 5.66 4.12 11.81 -
YUV 58.99 149.45 135.85 -
System Red Green Blue C M Y K H S L
Decimal 70 46 97 0.28 0.53 0 0.62 268.24 0.36 0.28
Hex 46 2E 61 1C 35 0 3E 10C 24 1C
Octal 106 56 141 34 65 0 76 414 44 34
Binary 1000110 101110 1100001 11100 110101 0 111110 100001100 100100 11100

Color Harmonies of #462E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462E61

Black with #462E61

Text Example


Text Example

White with #462E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,46,97); }

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

background-color css

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

 a { background-color: rgb(70,46,97); }

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

border-color css

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

 span { border-color: rgb(70,46,97); }

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