Html Css Color HEX #463FA4 Blue Gem

📋 copy color: '#463FA4'

red 70 ◦ green 63 ◦ blue 164

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

Shades of Blue Gem #463FA4

Tints of Blue Gem #463FA4

RGB

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

 GREEN value IS 63 (25% from 255) = 21.21%

 BLUE value IS 164 (64.45% from 255) = 55.22%

R = 23.57%
G = 21.21%
B = 55.22%

CMYK

 C value IS 0.57

 M value IS 0.62

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#463FA4 (or 0x463FA4) is known color: Blue Gem. HEX triplet: 46, 3F and A4. RGB value is (70,63,164). Sum of RGB (Red+Green+Blue) = 70+63+164=297 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.57% from 297); Green value is 63 (25% from 255 or 21.21% from 297); Blue value is 164 (64.45% from 255 or 55.22% from 297); Max value from RGB is 164 - color contains mainly: blue. Hex color #463FA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463FA4 is #B9C05B. Grayscale: #4C4C4C. Windows color (decimal): -12173404 or 10764102. OLE color: 10764102.

HSL color Cylindrical-coordinate representation of color #463FA4: hue angle of 244.16º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #463FA4 is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 70 63 164 -
CMYK 0.57 0.62 0 0.36
HSL 244.16º 0.44% 0.45% -
HSV(B) 244.16º 0.62% 0.64% -
XYZ 11 7.54 36 -
YUV 76.61 177.32 123.29 -
System Red Green Blue C M Y K H S L
Decimal 70 63 164 0.57 0.62 0 0.36 244.16 0.44 0.45
Hex 46 3F A4 39 3E 0 24 F4 2C 2D
Octal 106 77 244 71 76 0 44 364 54 55
Binary 1000110 111111 10100100 111001 111110 0 100100 11110100 101100 101101

Color Harmonies of #463FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463FA4

Black with #463FA4

Text Example


Text Example

White with #463FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,63,164); }

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

background-color css

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

 a { background-color: rgb(70,63,164); }

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

border-color css

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

 span { border-color: rgb(70,63,164); }

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