Html Css Color HEX #462EAC Blue Gem

📋 copy color: '#462EAC'

red 70 ◦ green 46 ◦ blue 172

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

Shades of Blue Gem #462EAC

Tints of Blue Gem #462EAC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.97%

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

R = 24.31%
G = 15.97%
B = 59.72%

CMYK

 C value IS 0.59

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#462EAC (or 0x462EAC) is known color: Blue Gem. HEX triplet: 46, 2E and AC. RGB value is (70,46,172). Sum of RGB (Red+Green+Blue) = 70+46+172=288 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.31% from 288); Green value is 46 (18.36% from 255 or 15.97% from 288); Blue value is 172 (67.58% from 255 or 59.72% from 288); Max value from RGB is 172 - color contains mainly: blue. Hex color #462EAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462EAC is #B9D153. Grayscale: #434343. Windows color (decimal): -12177748 or 11284038. OLE color: 11284038.

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

Color convert

RGB 70 46 172 -
CMYK 0.59 0.73 0 0.33
HSL 251.43º 0.58% 0.43% -
HSV(B) 251.43º 0.73% 0.67% -
XYZ 10.95 6.23 39.66 -
YUV 67.54 186.95 129.75 -
System Red Green Blue C M Y K H S L
Decimal 70 46 172 0.59 0.73 0 0.33 251.43 0.58 0.43
Hex 46 2E AC 3B 49 0 21 FB 3A 2B
Octal 106 56 254 73 111 0 41 373 72 53
Binary 1000110 101110 10101100 111011 1001001 0 100001 11111011 111010 101011

Color Harmonies of #462EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462EAC

Black with #462EAC

Text Example


Text Example

White with #462EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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