Html Css Color HEX #463DBC Free Speech Blue

📋 copy color: '#463DBC'

red 70 ◦ green 61 ◦ blue 188

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

Shades of Free Speech Blue #463DBC

Tints of Free Speech Blue #463DBC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.12%

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

R = 21.94%
G = 19.12%
B = 58.93%

CMYK

 C value IS 0.63

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#463DBC (or 0x463DBC) is known color: Free Speech Blue. HEX triplet: 46, 3D and BC. RGB value is (70,61,188). Sum of RGB (Red+Green+Blue) = 70+61+188=319 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.94% from 319); Green value is 61 (24.22% from 255 or 19.12% from 319); Blue value is 188 (73.83% from 255 or 58.93% from 319); Max value from RGB is 188 - color contains mainly: blue. Hex color #463DBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463DBC is #B9C243. Grayscale: #4D4D4D. Windows color (decimal): -12173892 or 12336454. OLE color: 12336454.

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

Color convert

RGB 70 61 188 -
CMYK 0.63 0.68 0 0.26
HSL 244.25º 0.51% 0.49% -
HSV(B) 244.25º 0.68% 0.74% -
XYZ 13.27 8.27 48.47 -
YUV 78.17 189.98 122.17 -
System Red Green Blue C M Y K H S L
Decimal 70 61 188 0.63 0.68 0 0.26 244.25 0.51 0.49
Hex 46 3D BC 3F 44 0 1A F4 33 31
Octal 106 75 274 77 104 0 32 364 63 61
Binary 1000110 111101 10111100 111111 1000100 0 11010 11110100 110011 110001

Color Harmonies of #463DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463DBC

Black with #463DBC

Text Example


Text Example

White with #463DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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