Html Css Color HEX #463ED5 Free Speech Blue

📋 copy color: '#463ED5'

red 70 ◦ green 62 ◦ blue 213

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

Shades of Free Speech Blue #463ED5

Tints of Free Speech Blue #463ED5

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.97%

 BLUE value IS 213 (83.59% from 255) = 61.74%

R = 20.29%
G = 17.97%
B = 61.74%

CMYK

 C value IS 0.67

 M value IS 0.71

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#463ED5 (or 0x463ED5) is known color: Free Speech Blue. HEX triplet: 46, 3E and D5. RGB value is (70,62,213). Sum of RGB (Red+Green+Blue) = 70+62+213=345 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.29% from 345); Green value is 62 (24.61% from 255 or 17.97% from 345); Blue value is 213 (83.59% from 255 or 61.74% from 345); Max value from RGB is 213 - color contains mainly: blue. Hex color #463ED5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463ED5 is #B9C12A. Grayscale: #515151. Windows color (decimal): -12173611 or 13975110. OLE color: 13975110.

HSL color Cylindrical-coordinate representation of color #463ED5: hue angle of 243.18º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #463ED5 is Cyan = 0.67, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 70 62 213 -
CMYK 0.67 0.71 0 0.16
HSL 243.18º 0.64% 0.54% -
HSV(B) 243.18º 0.71% 0.84% -
XYZ 16.26 9.55 63.94 -
YUV 81.61 202.15 119.72 -
System Red Green Blue C M Y K H S L
Decimal 70 62 213 0.67 0.71 0 0.16 243.18 0.64 0.54
Hex 46 3E D5 43 47 0 10 F3 40 36
Octal 106 76 325 103 107 0 20 363 100 66
Binary 1000110 111110 11010101 1000011 1000111 0 10000 11110011 1000000 110110

Color Harmonies of #463ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463ED5

Black with #463ED5

Text Example


Text Example

White with #463ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,62,213); }

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

background-color css

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

 a { background-color: rgb(70,62,213); }

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

border-color css

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

 span { border-color: rgb(70,62,213); }

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