Html Css Color HEX #463CAF Blue Gem

📋 copy color: '#463CAF'

red 70 ◦ green 60 ◦ blue 175

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

Shades of Blue Gem #463CAF

Tints of Blue Gem #463CAF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.67%

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

R = 22.95%
G = 19.67%
B = 57.38%

CMYK

 C value IS 0.60

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#463CAF (or 0x463CAF) is known color: Blue Gem. HEX triplet: 46, 3C and AF. RGB value is (70,60,175). Sum of RGB (Red+Green+Blue) = 70+60+175=305 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.95% from 305); Green value is 60 (23.83% from 255 or 19.67% from 305); Blue value is 175 (68.75% from 255 or 57.38% from 305); Max value from RGB is 175 - color contains mainly: blue. Hex color #463CAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463CAF is #B9C350. Grayscale: #4B4B4B. Windows color (decimal): -12174161 or 11484230. OLE color: 11484230.

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

Color convert

RGB 70 60 175 -
CMYK 0.60 0.66 0 0.31
HSL 245.22º 0.49% 0.46% -
HSV(B) 245.22º 0.66% 0.69% -
XYZ 11.88 7.63 41.4 -
YUV 76.1 183.81 123.65 -
System Red Green Blue C M Y K H S L
Decimal 70 60 175 0.60 0.66 0 0.31 245.22 0.49 0.46
Hex 46 3C AF 3C 42 0 1F F5 31 2E
Octal 106 74 257 74 102 0 37 365 61 56
Binary 1000110 111100 10101111 111100 1000010 0 11111 11110101 110001 101110

Color Harmonies of #463CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463CAF

Black with #463CAF

Text Example


Text Example

White with #463CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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