Html Css Color HEX #462C61 Blue Diamond

📋 copy color: '#462C61'

red 70 ◦ green 44 ◦ blue 97

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

Shades of Blue Diamond #462C61

Tints of Blue Diamond #462C61

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20.85%

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

R = 33.18%
G = 20.85%
B = 45.97%

CMYK

 C value IS 0.28

 M value IS 0.55

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#462C61 (or 0x462C61) is known color: Blue Diamond. HEX triplet: 46, 2C and 61. RGB value is (70,44,97). Sum of RGB (Red+Green+Blue) = 70+44+97=211 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.18% from 211); Green value is 44 (17.58% from 255 or 20.85% from 211); Blue value is 97 (38.28% from 255 or 45.97% from 211); Max value from RGB is 97 - color contains mainly: blue. Hex color #462C61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462C61 is #B9D39E. Grayscale: #393939. Windows color (decimal): -12178335 or 6368326. OLE color: 6368326.

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

Color convert

RGB 70 44 97 -
CMYK 0.28 0.55 0 0.62
HSL 269.43º 0.38% 0.28% -
HSV(B) 269.43º 0.55% 0.38% -
XYZ 5.58 3.97 11.78 -
YUV 57.82 150.11 136.69 -
System Red Green Blue C M Y K H S L
Decimal 70 44 97 0.28 0.55 0 0.62 269.43 0.38 0.28
Hex 46 2C 61 1C 37 0 3E 10D 26 1C
Octal 106 54 141 34 67 0 76 415 46 34
Binary 1000110 101100 1100001 11100 110111 0 111110 100001101 100110 11100

Color Harmonies of #462C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462C61

Black with #462C61

Text Example


Text Example

White with #462C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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