#461B9E

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

Shades of Blue Gem #461B9E

Tints of Blue Gem #461B9E

Color information

#461B9E (or 0x461B9E) is unknown color: approx Blue Gem. HEX triplet: 46, 1B and 9E. RGB value is (70,27,158). Sum of RGB (Red+Green+Blue) = 70+27+158=255 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.45% from 255); Green value is 27 (10.94% from 255 or 10.59% from 255); Blue value is 158 (62.11% from 255 or 61.96% from 255); Max value from RGB is 158 - color contains mainly: blue. Hex color #461B9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #461B9E is #B9E461. Grayscale: #363636. Windows color (decimal): -12182626 or 10361670. OLE color: 10361670.

HSL color Cylindrical-coordinate representation of color #461B9E: hue angle of 259.69º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #461B9E is Cyan = 0.56, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7027158-
CMYK0.560.8300.38
HSL259.69º70.81%36.27%-
HSV(B)259.69º82.91%61.96%-
XYZ9.094.5532.75-
YUV54.79186.25138.85-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.45%
GREEN value IS 27 (10.94% from 255) = 10.59%
BLUE value IS 158 (62.11% from 255) = 61.96%
R=27.45%
G=10.59%
B=61.96%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal70271580.560.8300.38259.6970.8136.27
Hex461B9E38530261044724
Octal106332367012304640410744
Binary10001101101110011110111000101001101001101000001001000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461B9E; }

 p { color: rgb(70,27,158); }

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

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

 a { background-color: rgb(70,27,158); }

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

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

 span { border-color: rgb(70,27,158); }

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