Html Css Color HEX #462FAF Blue Gem

📋 copy color: '#462FAF'

red 70 ◦ green 47 ◦ blue 175

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

Shades of Blue Gem #462FAF

Tints of Blue Gem #462FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 59.93%

R = 23.97%
G = 16.1%
B = 59.93%

CMYK

 C value IS 0.60

 M value IS 0.73

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#462FAF (or 0x462FAF) is known color: Blue Gem. HEX triplet: 46, 2F and AF. RGB value is (70,47,175). Sum of RGB (Red+Green+Blue) = 70+47+175=292 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.97% from 292); Green value is 47 (18.75% from 255 or 16.10% from 292); Blue value is 175 (68.75% from 255 or 59.93% from 292); Max value from RGB is 175 - color contains mainly: blue. Hex color #462FAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462FAF is #B9D050. Grayscale: #434343. Windows color (decimal): -12177489 or 11480902. OLE color: 11480902.

HSL color Cylindrical-coordinate representation of color #462FAF: hue angle of 250.78º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #462FAF is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 70 47 175 -
CMYK 0.60 0.73 0 0.31
HSL 250.78º 0.58% 0.44% -
HSV(B) 250.78º 0.73% 0.69% -
XYZ 11.28 6.43 41.2 -
YUV 68.47 188.12 129.09 -
System Red Green Blue C M Y K H S L
Decimal 70 47 175 0.60 0.73 0 0.31 250.78 0.58 0.44
Hex 46 2F AF 3C 49 0 1F FB 3A 2C
Octal 106 57 257 74 111 0 37 373 72 54
Binary 1000110 101111 10101111 111100 1001001 0 11111 11111011 111010 101100

Color Harmonies of #462FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462FAF

Black with #462FAF

Text Example


Text Example

White with #462FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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