Html Css Color HEX #463BB7 Free Speech Blue

📋 copy color: '#463BB7'

red 70 ◦ green 59 ◦ blue 183

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

Shades of Free Speech Blue #463BB7

Tints of Free Speech Blue #463BB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 58.65%

R = 22.44%
G = 18.91%
B = 58.65%

CMYK

 C value IS 0.62

 M value IS 0.68

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#463BB7 (or 0x463BB7) is known color: Free Speech Blue. HEX triplet: 46, 3B and B7. RGB value is (70,59,183). Sum of RGB (Red+Green+Blue) = 70+59+183=312 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.44% from 312); Green value is 59 (23.44% from 255 or 18.91% from 312); Blue value is 183 (71.88% from 255 or 58.65% from 312); Max value from RGB is 183 - color contains mainly: blue. Hex color #463BB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463BB7 is #B9C448. Grayscale: #4B4B4B. Windows color (decimal): -12174409 or 12008262. OLE color: 12008262.

HSL color Cylindrical-coordinate representation of color #463BB7: hue angle of 245.32º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #463BB7 is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 70 59 183 -
CMYK 0.62 0.68 0 0.28
HSL 245.32º 0.51% 0.47% -
HSV(B) 245.32º 0.68% 0.72% -
XYZ 12.64 7.85 45.65 -
YUV 76.43 188.14 123.42 -
System Red Green Blue C M Y K H S L
Decimal 70 59 183 0.62 0.68 0 0.28 245.32 0.51 0.47
Hex 46 3B B7 3E 44 0 1C F5 33 2F
Octal 106 73 267 76 104 0 34 365 63 57
Binary 1000110 111011 10110111 111110 1000100 0 11100 11110101 110011 101111

Color Harmonies of #463BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463BB7

Black with #463BB7

Text Example


Text Example

White with #463BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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