Html Css Color HEX #462FAB Blue Gem

📋 copy color: '#462FAB'

red 70 ◦ green 47 ◦ blue 171

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

Shades of Blue Gem #462FAB

Tints of Blue Gem #462FAB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.32%

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

R = 24.31%
G = 16.32%
B = 59.38%

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

#462FAB (or 0x462FAB) is known color: Blue Gem. HEX triplet: 46, 2F and AB. RGB value is (70,47,171). Sum of RGB (Red+Green+Blue) = 70+47+171=288 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.31% from 288); Green value is 47 (18.75% from 255 or 16.32% from 288); Blue value is 171 (67.19% from 255 or 59.38% from 288); Max value from RGB is 171 - color contains mainly: blue. Hex color #462FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462FAB is #B9D054. Grayscale: #434343. Windows color (decimal): -12177493 or 11218758. OLE color: 11218758.

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

Color convert

RGB 70 47 171 -
CMYK 0.59 0.73 0 0.33
HSL 251.13º 0.57% 0.43% -
HSV(B) 251.13º 0.73% 0.67% -
XYZ 10.89 6.28 39.17 -
YUV 68.01 186.12 129.42 -
System Red Green Blue C M Y K H S L
Decimal 70 47 171 0.59 0.73 0 0.33 251.13 0.57 0.43
Hex 46 2F AB 3B 49 0 21 FB 39 2B
Octal 106 57 253 73 111 0 41 373 71 53
Binary 1000110 101111 10101011 111011 1001001 0 100001 11111011 111001 101011

Color Harmonies of #462FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462FAB

Black with #462FAB

Text Example


Text Example

White with #462FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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