Html Css Color HEX #462BAB Blue Gem

📋 copy color: '#462BAB'

red 70 ◦ green 43 ◦ blue 171

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

Shades of Blue Gem #462BAB

Tints of Blue Gem #462BAB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.14%

 BLUE value IS 171 (67.19% from 255) = 60.21%

R = 24.65%
G = 15.14%
B = 60.21%

CMYK

 C value IS 0.59

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#462BAB (or 0x462BAB) is known color: Blue Gem. HEX triplet: 46, 2B and AB. RGB value is (70,43,171). Sum of RGB (Red+Green+Blue) = 70+43+171=284 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.65% from 284); Green value is 43 (17.19% from 255 or 15.14% from 284); Blue value is 171 (67.19% from 255 or 60.21% from 284); Max value from RGB is 171 - color contains mainly: blue. Hex color #462BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462BAB is #B9D454. Grayscale: #414141. Windows color (decimal): -12178517 or 11217734. OLE color: 11217734.

HSL color Cylindrical-coordinate representation of color #462BAB: hue angle of 252.66º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #462BAB is Cyan = 0.59, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 70 43 171 -
CMYK 0.59 0.75 0 0.33
HSL 252.66º 0.6% 0.42% -
HSV(B) 252.66º 0.75% 0.67% -
XYZ 10.74 5.97 39.11 -
YUV 65.67 187.45 131.09 -
System Red Green Blue C M Y K H S L
Decimal 70 43 171 0.59 0.75 0 0.33 252.66 0.6 0.42
Hex 46 2B AB 3B 4B 0 21 FD 3C 2A
Octal 106 53 253 73 113 0 41 375 74 52
Binary 1000110 101011 10101011 111011 1001011 0 100001 11111101 111100 101010

Color Harmonies of #462BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462BAB

Black with #462BAB

Text Example


Text Example

White with #462BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462BAB; }

 p { color: rgb(70,43,171); }

 H1.HeaderClassName
 {
   color: #462BAB;
 }
 .AnyTagClassName
 {
   color: #462BAB;
 }
</style>

background-color css

<style>
 a { background-color: #462BAB; }

 a { background-color: rgb(70,43,171); }

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

border-color css

<style>
 span { border-color: #462BAB; }

 span { border-color: rgb(70,43,171); }

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