Html Css Color HEX #463DDB Free Speech Blue

📋 copy color: '#463DDB'

red 70 ◦ green 61 ◦ blue 219

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

Shades of Free Speech Blue #463DDB

Tints of Free Speech Blue #463DDB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.43%

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

R = 20%
G = 17.43%
B = 62.57%

CMYK

 C value IS 0.68

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#463DDB (or 0x463DDB) is known color: Free Speech Blue. HEX triplet: 46, 3D and DB. RGB value is (70,61,219). Sum of RGB (Red+Green+Blue) = 70+61+219=350 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20% from 350); Green value is 61 (24.22% from 255 or 17.43% from 350); Blue value is 219 (85.94% from 255 or 62.57% from 350); Max value from RGB is 219 - color contains mainly: blue. Hex color #463DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463DDB is #B9C224. Grayscale: #515151. Windows color (decimal): -12173861 or 14368070. OLE color: 14368070.

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

Color convert

RGB 70 61 219 -
CMYK 0.68 0.72 0 0.14
HSL 243.42º 0.69% 0.55% -
HSV(B) 243.42º 0.72% 0.86% -
XYZ 16.98 9.75 68.01 -
YUV 81.7 205.48 119.65 -
System Red Green Blue C M Y K H S L
Decimal 70 61 219 0.68 0.72 0 0.14 243.42 0.69 0.55
Hex 46 3D DB 44 48 0 E F3 45 37
Octal 106 75 333 104 110 0 16 363 105 67
Binary 1000110 111101 11011011 1000100 1001000 0 1110 11110011 1000101 110111

Color Harmonies of #463DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463DDB

Black with #463DDB

Text Example


Text Example

White with #463DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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