Html Css Color HEX #462B65 Blue Diamond

📋 copy color: '#462B65'

red 70 ◦ green 43 ◦ blue 101

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

Shades of Blue Diamond #462B65

Tints of Blue Diamond #462B65

RGB

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

 GREEN value IS 43 (17.19% from 255) = 20.09%

 BLUE value IS 101 (39.84% from 255) = 47.2%

R = 32.71%
G = 20.09%
B = 47.2%

CMYK

 C value IS 0.31

 M value IS 0.57

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#462B65 (or 0x462B65) is known color: Blue Diamond. HEX triplet: 46, 2B and 65. RGB value is (70,43,101). Sum of RGB (Red+Green+Blue) = 70+43+101=214 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.71% from 214); Green value is 43 (17.19% from 255 or 20.09% from 214); Blue value is 101 (39.84% from 255 or 47.20% from 214); Max value from RGB is 101 - color contains mainly: blue. Hex color #462B65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462B65 is #B9D49A. Grayscale: #393939. Windows color (decimal): -12178587 or 6630214. OLE color: 6630214.

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

Color convert

RGB 70 43 101 -
CMYK 0.31 0.57 0 0.60
HSL 267.93º 0.4% 0.28% -
HSV(B) 267.93º 0.57% 0.4% -
XYZ 5.74 3.97 12.78 -
YUV 57.69 152.45 136.78 -
System Red Green Blue C M Y K H S L
Decimal 70 43 101 0.31 0.57 0 0.60 267.93 0.4 0.28
Hex 46 2B 65 1F 39 0 3C 10C 28 1C
Octal 106 53 145 37 71 0 74 414 50 34
Binary 1000110 101011 1100101 11111 111001 0 111100 100001100 101000 11100

Color Harmonies of #462B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462B65

Black with #462B65

Text Example


Text Example

White with #462B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,43,101); }

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

background-color css

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

 a { background-color: rgb(70,43,101); }

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

border-color css

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

 span { border-color: rgb(70,43,101); }

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