Html Css Color HEX #463AA4 Blue Gem

📋 copy color: '#463AA4'

red 70 ◦ green 58 ◦ blue 164

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

Shades of Blue Gem #463AA4

Tints of Blue Gem #463AA4

RGB

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

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

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

R = 23.97%
G = 19.86%
B = 56.16%

CMYK

 C value IS 0.57

 M value IS 0.65

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#463AA4 (or 0x463AA4) is known color: Blue Gem. HEX triplet: 46, 3A and A4. RGB value is (70,58,164). Sum of RGB (Red+Green+Blue) = 70+58+164=292 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.97% from 292); Green value is 58 (23.05% from 255 or 19.86% from 292); Blue value is 164 (64.45% from 255 or 56.16% from 292); Max value from RGB is 164 - color contains mainly: blue. Hex color #463AA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463AA4 is #B9C55B. Grayscale: #494949. Windows color (decimal): -12174684 or 10762822. OLE color: 10762822.

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

Color convert

RGB 70 58 164 -
CMYK 0.57 0.65 0 0.36
HSL 246.79º 0.48% 0.44% -
HSV(B) 246.79º 0.65% 0.64% -
XYZ 10.74 7.01 35.91 -
YUV 73.67 178.98 125.38 -
System Red Green Blue C M Y K H S L
Decimal 70 58 164 0.57 0.65 0 0.36 246.79 0.48 0.44
Hex 46 3A A4 39 41 0 24 F7 30 2C
Octal 106 72 244 71 101 0 44 367 60 54
Binary 1000110 111010 10100100 111001 1000001 0 100100 11110111 110000 101100

Color Harmonies of #463AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463AA4

Black with #463AA4

Text Example


Text Example

White with #463AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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