Html Css Color HEX #463AAF Blue Gem

📋 copy color: '#463AAF'

red 70 ◦ green 58 ◦ blue 175

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

Shades of Blue Gem #463AAF

Tints of Blue Gem #463AAF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.14%

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

R = 23.1%
G = 19.14%
B = 57.76%

CMYK

 C value IS 0.60

 M value IS 0.67

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#463AAF (or 0x463AAF) is known color: Blue Gem. HEX triplet: 46, 3A and AF. RGB value is (70,58,175). Sum of RGB (Red+Green+Blue) = 70+58+175=303 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.10% from 303); Green value is 58 (23.05% from 255 or 19.14% from 303); Blue value is 175 (68.75% from 255 or 57.76% from 303); Max value from RGB is 175 - color contains mainly: blue. Hex color #463AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463AAF is #B9C550. Grayscale: #4A4A4A. Windows color (decimal): -12174673 or 11483718. OLE color: 11483718.

HSL color Cylindrical-coordinate representation of color #463AAF: hue angle of 246.15º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #463AAF is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 70 58 175 -
CMYK 0.60 0.67 0 0.31
HSL 246.15º 0.5% 0.46% -
HSV(B) 246.15º 0.67% 0.69% -
XYZ 11.78 7.42 41.37 -
YUV 74.93 184.48 124.49 -
System Red Green Blue C M Y K H S L
Decimal 70 58 175 0.60 0.67 0 0.31 246.15 0.5 0.46
Hex 46 3A AF 3C 43 0 1F F6 32 2E
Octal 106 72 257 74 103 0 37 366 62 56
Binary 1000110 111010 10101111 111100 1000011 0 11111 11110110 110010 101110

Color Harmonies of #463AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463AAF

Black with #463AAF

Text Example


Text Example

White with #463AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463AAF; }

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

 H1.HeaderClassName
 {
   color: #463AAF;
 }
 .AnyTagClassName
 {
   color: #463AAF;
 }
</style>

background-color css

<style>
 a { background-color: #463AAF; }

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

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

border-color css

<style>
 span { border-color: #463AAF; }

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

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