Html Css Color HEX #463BAF Blue Gem

📋 copy color: '#463BAF'

red 70 ◦ green 59 ◦ blue 175

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

Shades of Blue Gem #463BAF

Tints of Blue Gem #463BAF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.41%

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

R = 23.03%
G = 19.41%
B = 57.57%

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

#463BAF (or 0x463BAF) is known color: Blue Gem. HEX triplet: 46, 3B and AF. RGB value is (70,59,175). Sum of RGB (Red+Green+Blue) = 70+59+175=304 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.03% from 304); Green value is 59 (23.44% from 255 or 19.41% from 304); Blue value is 175 (68.75% from 255 or 57.57% from 304); Max value from RGB is 175 - color contains mainly: blue. Hex color #463BAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463BAF is #B9C450. Grayscale: #4B4B4B. Windows color (decimal): -12174417 or 11483974. OLE color: 11483974.

HSL color Cylindrical-coordinate representation of color #463BAF: hue angle of 245.69º degrees, saturation: 0.5, 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 #463BAF is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 70 59 175 -
CMYK 0.60 0.66 0 0.31
HSL 245.69º 0.5% 0.46% -
HSV(B) 245.69º 0.66% 0.69% -
XYZ 11.83 7.53 41.39 -
YUV 75.51 184.14 124.07 -
System Red Green Blue C M Y K H S L
Decimal 70 59 175 0.60 0.66 0 0.31 245.69 0.5 0.46
Hex 46 3B AF 3C 42 0 1F F6 32 2E
Octal 106 73 257 74 102 0 37 366 62 56
Binary 1000110 111011 10101111 111100 1000010 0 11111 11110110 110010 101110

Color Harmonies of #463BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463BAF

Black with #463BAF

Text Example


Text Example

White with #463BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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