Html Css Color HEX #463FD9 Free Speech Blue

📋 copy color: '#463FD9'

red 70 ◦ green 63 ◦ blue 217

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

Shades of Free Speech Blue #463FD9

Tints of Free Speech Blue #463FD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 62%

R = 20%
G = 18%
B = 62%

CMYK

 C value IS 0.68

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#463FD9 (or 0x463FD9) is known color: Free Speech Blue. HEX triplet: 46, 3F and D9. RGB value is (70,63,217). Sum of RGB (Red+Green+Blue) = 70+63+217=350 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20% from 350); Green value is 63 (25% from 255 or 18% from 350); Blue value is 217 (85.16% from 255 or 62% from 350); Max value from RGB is 217 - color contains mainly: blue. Hex color #463FD9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463FD9 is #B9C026. Grayscale: #525252. Windows color (decimal): -12173351 or 14237510. OLE color: 14237510.

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

Color convert

RGB 70 63 217 -
CMYK 0.68 0.71 0 0.15
HSL 242.73º 0.67% 0.55% -
HSV(B) 242.73º 0.71% 0.85% -
XYZ 16.83 9.87 66.66 -
YUV 82.65 203.82 118.98 -
System Red Green Blue C M Y K H S L
Decimal 70 63 217 0.68 0.71 0 0.15 242.73 0.67 0.55
Hex 46 3F D9 44 47 0 F F3 43 37
Octal 106 77 331 104 107 0 17 363 103 67
Binary 1000110 111111 11011001 1000100 1000111 0 1111 11110011 1000011 110111

Color Harmonies of #463FD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463FD9

Black with #463FD9

Text Example


Text Example

White with #463FD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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