Html Css Color HEX #463FDC Free Speech Blue

📋 copy color: '#463FDC'

red 70 ◦ green 63 ◦ blue 220

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

Shades of Free Speech Blue #463FDC

Tints of Free Speech Blue #463FDC

RGB

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

 GREEN value IS 63 (25% from 255) = 17.85%

 BLUE value IS 220 (86.33% from 255) = 62.32%

R = 19.83%
G = 17.85%
B = 62.32%

CMYK

 C value IS 0.68

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#463FDC (or 0x463FDC) is known color: Free Speech Blue. HEX triplet: 46, 3F and DC. RGB value is (70,63,220). Sum of RGB (Red+Green+Blue) = 70+63+220=353 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.83% from 353); Green value is 63 (25% from 255 or 17.85% from 353); Blue value is 220 (86.33% from 255 or 62.32% from 353); Max value from RGB is 220 - color contains mainly: blue. Hex color #463FDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463FDC is #B9C023. Grayscale: #525252. Windows color (decimal): -12173348 or 14434118. OLE color: 14434118.

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

Color convert

RGB 70 63 220 -
CMYK 0.68 0.71 0 0.14
HSL 242.68º 0.69% 0.55% -
HSV(B) 242.68º 0.71% 0.86% -
XYZ 17.22 10.02 68.74 -
YUV 82.99 205.32 118.73 -
System Red Green Blue C M Y K H S L
Decimal 70 63 220 0.68 0.71 0 0.14 242.68 0.69 0.55
Hex 46 3F DC 44 47 0 E F3 45 37
Octal 106 77 334 104 107 0 16 363 105 67
Binary 1000110 111111 11011100 1000100 1000111 0 1110 11110011 1000101 110111

Color Harmonies of #463FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463FDC

Black with #463FDC

Text Example


Text Example

White with #463FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,63,220); }

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

background-color css

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

 a { background-color: rgb(70,63,220); }

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

border-color css

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

 span { border-color: rgb(70,63,220); }

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