Html Css Color HEX #462CAB Blue Gem

📋 copy color: '#462CAB'

red 70 ◦ green 44 ◦ blue 171

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

Shades of Blue Gem #462CAB

Tints of Blue Gem #462CAB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.44%

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

R = 24.56%
G = 15.44%
B = 60%

CMYK

 C value IS 0.59

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#462CAB (or 0x462CAB) is known color: Blue Gem. HEX triplet: 46, 2C and AB. RGB value is (70,44,171). Sum of RGB (Red+Green+Blue) = 70+44+171=285 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.56% from 285); Green value is 44 (17.58% from 255 or 15.44% from 285); Blue value is 171 (67.19% from 255 or 60% from 285); Max value from RGB is 171 - color contains mainly: blue. Hex color #462CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462CAB is #B9D354. Grayscale: #414141. Windows color (decimal): -12178261 or 11217990. OLE color: 11217990.

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

Color convert

RGB 70 44 171 -
CMYK 0.59 0.74 0 0.33
HSL 252.28º 0.59% 0.42% -
HSV(B) 252.28º 0.74% 0.67% -
XYZ 10.78 6.04 39.13 -
YUV 66.25 187.11 130.67 -
System Red Green Blue C M Y K H S L
Decimal 70 44 171 0.59 0.74 0 0.33 252.28 0.59 0.42
Hex 46 2C AB 3B 4A 0 21 FC 3B 2A
Octal 106 54 253 73 112 0 41 374 73 52
Binary 1000110 101100 10101011 111011 1001010 0 100001 11111100 111011 101010

Color Harmonies of #462CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462CAB

Black with #462CAB

Text Example


Text Example

White with #462CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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