Html Css Color HEX #463065 Blue Diamond

📋 copy color: '#463065'

red 70 ◦ green 48 ◦ blue 101

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

Shades of Blue Diamond #463065

Tints of Blue Diamond #463065

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.92%

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

R = 31.96%
G = 21.92%
B = 46.12%

CMYK

 C value IS 0.31

 M value IS 0.52

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#463065 (or 0x463065) is known color: Blue Diamond. HEX triplet: 46, 30 and 65. RGB value is (70,48,101). Sum of RGB (Red+Green+Blue) = 70+48+101=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 48 (19.14% from 255 or 21.92% from 219); Blue value is 101 (39.84% from 255 or 46.12% from 219); Max value from RGB is 101 - color contains mainly: blue. Hex color #463065 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463065 is #B9CF9A. Grayscale: #3C3C3C. Windows color (decimal): -12177307 or 6631494. OLE color: 6631494.

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

Color convert

RGB 70 48 101 -
CMYK 0.31 0.52 0 0.60
HSL 264.91º 0.36% 0.29% -
HSV(B) 264.91º 0.52% 0.4% -
XYZ 5.93 4.36 12.84 -
YUV 60.62 150.79 134.69 -
System Red Green Blue C M Y K H S L
Decimal 70 48 101 0.31 0.52 0 0.60 264.91 0.36 0.29
Hex 46 30 65 1F 34 0 3C 109 24 1D
Octal 106 60 145 37 64 0 74 411 44 35
Binary 1000110 110000 1100101 11111 110100 0 111100 100001001 100100 11101

Color Harmonies of #463065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463065

Black with #463065

Text Example


Text Example

White with #463065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463065; }

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

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

background-color css

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

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

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

border-color css

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

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

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