Html Css Color HEX #462CAC Blue Gem

📋 copy color: '#462CAC'

red 70 ◦ green 44 ◦ blue 172

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

Shades of Blue Gem #462CAC

Tints of Blue Gem #462CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 60.14%

R = 24.48%
G = 15.38%
B = 60.14%

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

#462CAC (or 0x462CAC) is known color: Blue Gem. HEX triplet: 46, 2C and AC. RGB value is (70,44,172). Sum of RGB (Red+Green+Blue) = 70+44+172=286 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.48% from 286); Green value is 44 (17.58% from 255 or 15.38% from 286); Blue value is 172 (67.58% from 255 or 60.14% from 286); Max value from RGB is 172 - color contains mainly: blue. Hex color #462CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462CAC is #B9D353. Grayscale: #414141. Windows color (decimal): -12178260 or 11283526. OLE color: 11283526.

HSL color Cylindrical-coordinate representation of color #462CAC: hue angle of 252.19º 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 #462CAC is Cyan = 0.59, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 70 44 172 -
CMYK 0.59 0.74 0 0.33
HSL 252.19º 0.59% 0.42% -
HSV(B) 252.19º 0.74% 0.67% -
XYZ 10.87 6.08 39.63 -
YUV 66.37 187.61 130.59 -
System Red Green Blue C M Y K H S L
Decimal 70 44 172 0.59 0.74 0 0.33 252.19 0.59 0.42
Hex 46 2C AC 3B 4A 0 21 FC 3B 2A
Octal 106 54 254 73 112 0 41 374 73 52
Binary 1000110 101100 10101100 111011 1001010 0 100001 11111100 111011 101010

Color Harmonies of #462CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462CAC

Black with #462CAC

Text Example


Text Example

White with #462CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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