Html Css Color HEX #463BBE Free Speech Blue

📋 copy color: '#463BBE'

red 70 ◦ green 59 ◦ blue 190

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

Shades of Free Speech Blue #463BBE

Tints of Free Speech Blue #463BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 59.56%

R = 21.94%
G = 18.5%
B = 59.56%

CMYK

 C value IS 0.63

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#463BBE (or 0x463BBE) is known color: Free Speech Blue. HEX triplet: 46, 3B and BE. RGB value is (70,59,190). Sum of RGB (Red+Green+Blue) = 70+59+190=319 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.94% from 319); Green value is 59 (23.44% from 255 or 18.50% from 319); Blue value is 190 (74.61% from 255 or 59.56% from 319); Max value from RGB is 190 - color contains mainly: blue. Hex color #463BBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463BBE is #B9C441. Grayscale: #4C4C4C. Windows color (decimal): -12174402 or 12467014. OLE color: 12467014.

HSL color Cylindrical-coordinate representation of color #463BBE: hue angle of 245.04º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #463BBE is Cyan = 0.63, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 70 59 190 -
CMYK 0.63 0.69 0 0.25
HSL 245.04º 0.53% 0.49% -
HSV(B) 245.04º 0.69% 0.75% -
XYZ 13.38 8.15 49.58 -
YUV 77.22 191.64 122.85 -
System Red Green Blue C M Y K H S L
Decimal 70 59 190 0.63 0.69 0 0.25 245.04 0.53 0.49
Hex 46 3B BE 3F 45 0 19 F5 35 31
Octal 106 73 276 77 105 0 31 365 65 61
Binary 1000110 111011 10111110 111111 1000101 0 11001 11110101 110101 110001

Color Harmonies of #463BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463BBE

Black with #463BBE

Text Example


Text Example

White with #463BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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