Html Css Color HEX #463061 Blue Diamond

📋 copy color: '#463061'

red 70 ◦ green 48 ◦ blue 97

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

Shades of Blue Diamond #463061

Tints of Blue Diamond #463061

RGB

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

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

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

R = 32.56%
G = 22.33%
B = 45.12%

CMYK

 C value IS 0.28

 M value IS 0.51

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#463061 (or 0x463061) is known color: Blue Diamond. HEX triplet: 46, 30 and 61. RGB value is (70,48,97). Sum of RGB (Red+Green+Blue) = 70+48+97=215 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.56% from 215); Green value is 48 (19.14% from 255 or 22.33% from 215); Blue value is 97 (38.28% from 255 or 45.12% from 215); Max value from RGB is 97 - color contains mainly: blue. Hex color #463061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463061 is #B9CF9E. Grayscale: #3B3B3B. Windows color (decimal): -12177311 or 6369350. OLE color: 6369350.

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

Color convert

RGB 70 48 97 -
CMYK 0.28 0.51 0 0.62
HSL 266.94º 0.34% 0.28% -
HSV(B) 266.94º 0.51% 0.38% -
XYZ 5.74 4.28 11.83 -
YUV 60.16 148.79 135.02 -
System Red Green Blue C M Y K H S L
Decimal 70 48 97 0.28 0.51 0 0.62 266.94 0.34 0.28
Hex 46 30 61 1C 33 0 3E 10B 22 1C
Octal 106 60 141 34 63 0 76 413 42 34
Binary 1000110 110000 1100001 11100 110011 0 111110 100001011 100010 11100

Color Harmonies of #463061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463061

Black with #463061

Text Example


Text Example

White with #463061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463061; }

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

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

background-color css

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

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

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

border-color css

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

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

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