Html Css Color HEX #461FAA Blue Gem

📋 copy color: '#461FAA'

red 70 ◦ green 31 ◦ blue 170

#461FAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Gem #461FAA

Tints of Blue Gem #461FAA

RGB

 RED value IS 70 (27.73% from 255) = 25.83%

 GREEN value IS 31 (12.5% from 255) = 11.44%

 BLUE value IS 170 (66.8% from 255) = 62.73%

R = 25.83%
G = 11.44%
B = 62.73%

CMYK

 C value IS 0.59

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#461FAA (or 0x461FAA) is known color: Blue Gem. HEX triplet: 46, 1F and AA. RGB value is (70,31,170). Sum of RGB (Red+Green+Blue) = 70+31+170=271 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.83% from 271); Green value is 31 (12.5% from 255 or 11.44% from 271); Blue value is 170 (66.80% from 255 or 62.73% from 271); Max value from RGB is 170 - color contains mainly: blue. Hex color #461FAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #461FAA is #B9E055. Grayscale: #393939. Windows color (decimal): -12181590 or 11149126. OLE color: 11149126.

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

Color convert

RGB 70 31 170 -
CMYK 0.59 0.82 0 0.33
HSL 256.83º 0.69% 0.39% -
HSV(B) 256.83º 0.82% 0.67% -
XYZ 10.27 5.18 38.49 -
YUV 58.51 190.92 136.2 -
System Red Green Blue C M Y K H S L
Decimal 70 31 170 0.59 0.82 0 0.33 256.83 0.69 0.39
Hex 46 1F AA 3B 52 0 21 101 45 27
Octal 106 37 252 73 122 0 41 401 105 47
Binary 1000110 11111 10101010 111011 1010010 0 100001 100000001 1000101 100111

Color Harmonies of #461FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461FAA

Black with #461FAA

Text Example


Text Example

White with #461FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #461FAA;
 }
 .AnyTagClassName
 {
   color: #461FAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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