#461FA8

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

Shades of Blue Gem #461FA8

Tints of Blue Gem #461FA8

Color information

#461FA8 (or 0x461FA8) is unknown color: approx Blue Gem. HEX triplet: 46, 1F and A8. RGB value is (70,31,168). Sum of RGB (Red+Green+Blue) = 70+31+168=269 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.02% from 269); Green value is 31 (12.5% from 255 or 11.52% from 269); Blue value is 168 (66.02% from 255 or 62.45% from 269); Max value from RGB is 168 - color contains mainly: blue. Hex color #461FA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #461FA8 is #B9E057. Grayscale: #393939. Windows color (decimal): -12181592 or 11018054. OLE color: 11018054.

HSL color Cylindrical-coordinate representation of color #461FA8: hue angle of 257.08º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #461FA8 is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB7031168-
CMYK0.580.8200.34
HSL257.08º68.84%39.02%-
HSV(B)257.08º81.55%65.88%-
XYZ10.085.1137.5-
YUV58.28189.92136.36-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.02%
GREEN value IS 31 (12.5% from 255) = 11.52%
BLUE value IS 168 (66.02% from 255) = 62.45%
R=26.02%
G=11.52%
B=62.45%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal70311680.580.8200.34257.0868.8439.02
Hex461FA83A520221014527
Octal106372507212204240110547
Binary10001101111110101000111010101001001000101000000011000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,31,168); }

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

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

 a { background-color: rgb(70,31,168); }

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

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

 span { border-color: rgb(70,31,168); }

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