#461FA4

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

Shades of Blue Gem #461FA4

Tints of Blue Gem #461FA4

Color information

#461FA4 (or 0x461FA4) is unknown color: approx Blue Gem. HEX triplet: 46, 1F and A4. RGB value is (70,31,164). Sum of RGB (Red+Green+Blue) = 70+31+164=265 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.42% from 265); Green value is 31 (12.5% from 255 or 11.70% from 265); Blue value is 164 (64.45% from 255 or 61.89% from 265); Max value from RGB is 164 - color contains mainly: blue. Hex color #461FA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #461FA4 is #B9E05B. Grayscale: #393939. Windows color (decimal): -12181596 or 10755910. OLE color: 10755910.

HSL color Cylindrical-coordinate representation of color #461FA4: hue angle of 257.59º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #461FA4 is Cyan = 0.57, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB7031164-
CMYK0.570.8100.36
HSL257.59º68.21%38.24%-
HSV(B)257.59º81.1%64.31%-
XYZ9.724.9635.57-
YUV57.82187.92136.69-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.42%
GREEN value IS 31 (12.5% from 255) = 11.70%
BLUE value IS 164 (64.45% from 255) = 61.89%
R=26.42%
G=11.70%
B=61.89%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal70311640.570.8100.36257.5968.2138.24
Hex461FA439510241024426
Octal106372447112104440210446
Binary10001101111110100100111001101000101001001000000101000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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