Html Css Color HEX #462D65 Blue Diamond

📋 copy color: '#462D65'

red 70 ◦ green 45 ◦ blue 101

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

Shades of Blue Diamond #462D65

Tints of Blue Diamond #462D65

RGB

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

 GREEN value IS 45 (17.97% from 255) = 20.83%

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

R = 32.41%
G = 20.83%
B = 46.76%

CMYK

 C value IS 0.31

 M value IS 0.55

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#462D65 (or 0x462D65) is known color: Blue Diamond. HEX triplet: 46, 2D and 65. RGB value is (70,45,101). Sum of RGB (Red+Green+Blue) = 70+45+101=216 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.41% from 216); Green value is 45 (17.97% from 255 or 20.83% from 216); Blue value is 101 (39.84% from 255 or 46.76% from 216); Max value from RGB is 101 - color contains mainly: blue. Hex color #462D65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462D65 is #B9D29A. Grayscale: #3A3A3A. Windows color (decimal): -12178075 or 6630726. OLE color: 6630726.

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

Color convert

RGB 70 45 101 -
CMYK 0.31 0.55 0 0.60
HSL 266.79º 0.38% 0.29% -
HSV(B) 266.79º 0.55% 0.4% -
XYZ 5.81 4.12 12.8 -
YUV 58.86 151.78 135.95 -
System Red Green Blue C M Y K H S L
Decimal 70 45 101 0.31 0.55 0 0.60 266.79 0.38 0.29
Hex 46 2D 65 1F 37 0 3C 10B 26 1D
Octal 106 55 145 37 67 0 74 413 46 35
Binary 1000110 101101 1100101 11111 110111 0 111100 100001011 100110 11101

Color Harmonies of #462D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462D65

Black with #462D65

Text Example


Text Example

White with #462D65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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