Html Css Color HEX #463FBA Free Speech Blue

📋 copy color: '#463FBA'

red 70 ◦ green 63 ◦ blue 186

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

Shades of Free Speech Blue #463FBA

Tints of Free Speech Blue #463FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 58.31%

R = 21.94%
G = 19.75%
B = 58.31%

CMYK

 C value IS 0.62

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#463FBA (or 0x463FBA) is known color: Free Speech Blue. HEX triplet: 46, 3F and BA. RGB value is (70,63,186). Sum of RGB (Red+Green+Blue) = 70+63+186=319 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.94% from 319); Green value is 63 (25% from 255 or 19.75% from 319); Blue value is 186 (73.05% from 255 or 58.31% from 319); Max value from RGB is 186 - color contains mainly: blue. Hex color #463FBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463FBA is #B9C045. Grayscale: #4E4E4E. Windows color (decimal): -12173382 or 12205894. OLE color: 12205894.

HSL color Cylindrical-coordinate representation of color #463FBA: hue angle of 243.41º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #463FBA is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 70 63 186 -
CMYK 0.62 0.66 0 0.27
HSL 243.41º 0.49% 0.49% -
HSV(B) 243.41º 0.66% 0.73% -
XYZ 13.17 8.4 47.38 -
YUV 79.12 188.32 121.5 -
System Red Green Blue C M Y K H S L
Decimal 70 63 186 0.62 0.66 0 0.27 243.41 0.49 0.49
Hex 46 3F BA 3E 42 0 1B F3 31 31
Octal 106 77 272 76 102 0 33 363 61 61
Binary 1000110 111111 10111010 111110 1000010 0 11011 11110011 110001 110001

Color Harmonies of #463FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463FBA

Black with #463FBA

Text Example


Text Example

White with #463FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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