Html Css Color HEX #463BDB Free Speech Blue

📋 copy color: '#463BDB'

red 70 ◦ green 59 ◦ blue 219

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

Shades of Free Speech Blue #463BDB

Tints of Free Speech Blue #463BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 62.93%

R = 20.11%
G = 16.95%
B = 62.93%

CMYK

 C value IS 0.68

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#463BDB (or 0x463BDB) is known color: Free Speech Blue. HEX triplet: 46, 3B and DB. RGB value is (70,59,219). Sum of RGB (Red+Green+Blue) = 70+59+219=348 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.11% from 348); Green value is 59 (23.44% from 255 or 16.95% from 348); Blue value is 219 (85.94% from 255 or 62.93% from 348); Max value from RGB is 219 - color contains mainly: blue. Hex color #463BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463BDB is #B9C424. Grayscale: #4F4F4F. Windows color (decimal): -12174373 or 14367558. OLE color: 14367558.

HSL color Cylindrical-coordinate representation of color #463BDB: hue angle of 244.12º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #463BDB is Cyan = 0.68, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 70 59 219 -
CMYK 0.68 0.73 0 0.14
HSL 244.13º 0.69% 0.55% -
HSV(B) 244.13º 0.73% 0.86% -
XYZ 16.88 9.54 67.97 -
YUV 80.53 206.14 120.49 -
System Red Green Blue C M Y K H S L
Decimal 70 59 219 0.68 0.73 0 0.14 244.13 0.69 0.55
Hex 46 3B DB 44 49 0 E F4 45 37
Octal 106 73 333 104 111 0 16 364 105 67
Binary 1000110 111011 11011011 1000100 1001001 0 1110 11110100 1000101 110111

Color Harmonies of #463BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463BDB

Black with #463BDB

Text Example


Text Example

White with #463BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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