#463dae

Color #463DAE Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #463DAE

Tints of Blue Gem #463DAE

Color information

#463DAE (or 0x463DAE) is unknown color: approx Blue Gem. HEX triplet: 46, 3D and AE. RGB value is (70,61,174). Sum of RGB (Red+Green+Blue) = 70+61+174=305 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.95% from 305); Green value is 61 (24.22% from 255 or 20% from 305); Blue value is 174 (68.36% from 255 or 57.05% from 305); Max value from RGB is 174 - color contains mainly: blue. Hex color #463DAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463DAE is #B9C251. Grayscale: #4C4C4C. Windows color (decimal): -12173906 or 11418950. OLE color: 11418950.

HSL color Cylindrical-coordinate representation of color #463DAE: hue angle of 244.78º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #463DAE is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7061174-
CMYK0.600.6500.32
HSL244.78º48.09%46.08%-
HSV(B)244.78º64.94%68.24%-
XYZ11.837.740.91-
YUV76.57182.98123.31-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.95%
GREEN value IS 61 (24.22% from 255) = 20%
BLUE value IS 174 (68.36% from 255) = 57.05%
R=22.95%
G=20%
B=57.05%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal70611740.600.6500.32244.7848.0946.08
Hex463DAE3C41020f5302e
Octal10675256741010403656056
Binary1000110111101101011101111001000001010000011110101110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463dae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463dae; }

 p { color: rgb(70,61,174); }

 H1.HeaderClassName
 {
   color: #463dae;
 }
 .AnyTagClassName
 {
   color: #463dae;
 }
</style>
background-color css

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

 a { background-color: rgb(70,61,174); }

 div.DivClassName
 {
   background-color: #463dae;
 }
 .BgClassName
 {
   background-color: #463dae;
 }
</style>
border-color css

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

 span { border-color: rgb(70,61,174); }

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