Html Css Color HEX #463DBE Free Speech Blue

📋 copy color: '#463DBE'

red 70 ◦ green 61 ◦ blue 190

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

Shades of Free Speech Blue #463DBE

Tints of Free Speech Blue #463DBE

RGB

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

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

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

R = 21.81%
G = 19%
B = 59.19%

CMYK

 C value IS 0.63

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#463DBE (or 0x463DBE) is known color: Free Speech Blue. HEX triplet: 46, 3D and BE. RGB value is (70,61,190). Sum of RGB (Red+Green+Blue) = 70+61+190=321 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.81% from 321); Green value is 61 (24.22% from 255 or 19.00% from 321); Blue value is 190 (74.61% from 255 or 59.19% from 321); Max value from RGB is 190 - color contains mainly: blue. Hex color #463DBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463DBE is #B9C241. Grayscale: #4D4D4D. Windows color (decimal): -12173890 or 12467526. OLE color: 12467526.

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

Color convert

RGB 70 61 190 -
CMYK 0.63 0.68 0 0.25
HSL 244.19º 0.51% 0.49% -
HSV(B) 244.19º 0.68% 0.75% -
XYZ 13.49 8.36 49.62 -
YUV 78.4 190.98 122.01 -
System Red Green Blue C M Y K H S L
Decimal 70 61 190 0.63 0.68 0 0.25 244.19 0.51 0.49
Hex 46 3D BE 3F 44 0 19 F4 33 31
Octal 106 75 276 77 104 0 31 364 63 61
Binary 1000110 111101 10111110 111111 1000100 0 11001 11110100 110011 110001

Color Harmonies of #463DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463DBE

Black with #463DBE

Text Example


Text Example

White with #463DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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