Html Css Color HEX #464BC1 Free Speech Blue

📋 copy color: '#464BC1'

red 70 ◦ green 75 ◦ blue 193

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

Shades of Free Speech Blue #464BC1

Tints of Free Speech Blue #464BC1

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.19%

 BLUE value IS 193 (75.78% from 255) = 57.1%

R = 20.71%
G = 22.19%
B = 57.1%

CMYK

 C value IS 0.64

 M value IS 0.61

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#464BC1 (or 0x464BC1) is known color: Free Speech Blue. HEX triplet: 46, 4B and C1. RGB value is (70,75,193). Sum of RGB (Red+Green+Blue) = 70+75+193=338 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.71% from 338); Green value is 75 (29.69% from 255 or 22.19% from 338); Blue value is 193 (75.78% from 255 or 57.10% from 338); Max value from RGB is 193 - color contains mainly: blue. Hex color #464BC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #464BC1 is #B9B43E. Grayscale: #565656. Windows color (decimal): -12170303 or 12667718. OLE color: 12667718.

HSL color Cylindrical-coordinate representation of color #464BC1: hue angle of 237.56º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #464BC1 is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 70 75 193 -
CMYK 0.64 0.61 0 0.24
HSL 237.56º 0.5% 0.52% -
HSV(B) 237.56º 0.64% 0.76% -
XYZ 14.67 10.18 51.64 -
YUV 86.96 187.84 115.91 -
System Red Green Blue C M Y K H S L
Decimal 70 75 193 0.64 0.61 0 0.24 237.56 0.5 0.52
Hex 46 4B C1 40 3D 0 18 EE 32 34
Octal 106 113 301 100 75 0 30 356 62 64
Binary 1000110 1001011 11000001 1000000 111101 0 11000 11101110 110010 110100

Color Harmonies of #464BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464BC1

Black with #464BC1

Text Example


Text Example

White with #464BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464BC1; }

 p { color: rgb(70,75,193); }

 H1.HeaderClassName
 {
   color: #464BC1;
 }
 .AnyTagClassName
 {
   color: #464BC1;
 }
</style>

background-color css

<style>
 a { background-color: #464BC1; }

 a { background-color: rgb(70,75,193); }

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

border-color css

<style>
 span { border-color: #464BC1; }

 span { border-color: rgb(70,75,193); }

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