#462EB1

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

Shades of Blue Gem #462EB1

Tints of Blue Gem #462EB1

Color information

#462EB1 (or 0x462EB1) is unknown color: approx Blue Gem. HEX triplet: 46, 2E and B1. RGB value is (70,46,177). Sum of RGB (Red+Green+Blue) = 70+46+177=293 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.89% from 293); Green value is 46 (18.36% from 255 or 15.70% from 293); Blue value is 177 (69.53% from 255 or 60.41% from 293); Max value from RGB is 177 - color contains mainly: blue. Hex color #462EB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462EB1 is #B9D14E. Grayscale: #434343. Windows color (decimal): -12177743 or 11611718. OLE color: 11611718.

HSL color Cylindrical-coordinate representation of color #462EB1: hue angle of 250.99º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #462EB1 is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7046177-
CMYK0.600.7400.31
HSL250.99º58.74%43.73%-
HSV(B)250.99º74.01%69.41%-
XYZ11.446.4342.23-
YUV68.11189.45129.35-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.89%
GREEN value IS 46 (18.36% from 255) = 15.70%
BLUE value IS 177 (69.53% from 255) = 60.41%
R=23.89%
G=15.70%
B=60.41%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal70461770.600.7400.31250.9958.7443.73
Hex462EB13C4A01Ffb3b2c
Octal10656261741120373737354
Binary100011010111010110001111100100101001111111111011111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,46,177); }

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

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

 a { background-color: rgb(70,46,177); }

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

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

 span { border-color: rgb(70,46,177); }

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