Html Css Color HEX #463FBC Free Speech Blue

📋 copy color: '#463FBC'

red 70 ◦ green 63 ◦ blue 188

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

Shades of Free Speech Blue #463FBC

Tints of Free Speech Blue #463FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 58.57%

R = 21.81%
G = 19.63%
B = 58.57%

CMYK

 C value IS 0.63

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#463FBC (or 0x463FBC) is known color: Free Speech Blue. HEX triplet: 46, 3F and BC. RGB value is (70,63,188). Sum of RGB (Red+Green+Blue) = 70+63+188=321 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.81% from 321); Green value is 63 (25% from 255 or 19.63% from 321); Blue value is 188 (73.83% from 255 or 58.57% from 321); Max value from RGB is 188 - color contains mainly: blue. Hex color #463FBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463FBC is #B9C043. Grayscale: #4E4E4E. Windows color (decimal): -12173380 or 12336966. OLE color: 12336966.

HSL color Cylindrical-coordinate representation of color #463FBC: hue angle of 243.36º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #463FBC is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 70 63 188 -
CMYK 0.63 0.66 0 0.26
HSL 243.36º 0.5% 0.49% -
HSV(B) 243.36º 0.66% 0.74% -
XYZ 13.38 8.49 48.51 -
YUV 79.34 189.32 121.34 -
System Red Green Blue C M Y K H S L
Decimal 70 63 188 0.63 0.66 0 0.26 243.36 0.5 0.49
Hex 46 3F BC 3F 42 0 1A F3 32 31
Octal 106 77 274 77 102 0 32 363 62 61
Binary 1000110 111111 10111100 111111 1000010 0 11010 11110011 110010 110001

Color Harmonies of #463FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463FBC

Black with #463FBC

Text Example


Text Example

White with #463FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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