Html Css Color HEX #461F9D Blue Gem

📋 copy color: '#461F9D'

red 70 ◦ green 31 ◦ blue 157

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

Shades of Blue Gem #461F9D

Tints of Blue Gem #461F9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 60.85%

R = 27.13%
G = 12.02%
B = 60.85%

CMYK

 C value IS 0.55

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#461F9D (or 0x461F9D) is known color: Blue Gem. HEX triplet: 46, 1F and 9D. RGB value is (70,31,157). Sum of RGB (Red+Green+Blue) = 70+31+157=258 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.13% from 258); Green value is 31 (12.5% from 255 or 12.02% from 258); Blue value is 157 (61.72% from 255 or 60.85% from 258); Max value from RGB is 157 - color contains mainly: blue. Hex color #461F9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #461F9D is #B9E062. Grayscale: #383838. Windows color (decimal): -12181603 or 10297158. OLE color: 10297158.

HSL color Cylindrical-coordinate representation of color #461F9D: hue angle of 258.57º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #461F9D is Cyan = 0.55, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 70 31 157 -
CMYK 0.55 0.80 0 0.38
HSL 258.57º 0.67% 0.37% -
HSV(B) 258.57º 0.8% 0.62% -
XYZ 9.1 4.72 32.33 -
YUV 57.03 184.42 137.25 -
System Red Green Blue C M Y K H S L
Decimal 70 31 157 0.55 0.80 0 0.38 258.57 0.67 0.37
Hex 46 1F 9D 37 50 0 26 103 43 25
Octal 106 37 235 67 120 0 46 403 103 45
Binary 1000110 11111 10011101 110111 1010000 0 100110 100000011 1000011 100101

Color Harmonies of #461F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461F9D

Black with #461F9D

Text Example


Text Example

White with #461F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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