Html Css Color HEX #465AC1 Free Speech Blue

📋 copy color: '#465AC1'

red 70 ◦ green 90 ◦ blue 193

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

Shades of Free Speech Blue #465AC1

Tints of Free Speech Blue #465AC1

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.5%

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

R = 19.83%
G = 25.5%
B = 54.67%

CMYK

 C value IS 0.64

 M value IS 0.53

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#465AC1 (or 0x465AC1) is known color: Free Speech Blue. HEX triplet: 46, 5A and C1. RGB value is (70,90,193). Sum of RGB (Red+Green+Blue) = 70+90+193=353 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.83% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 193 (75.78% from 255 or 54.67% from 353); Max value from RGB is 193 - color contains mainly: blue. Hex color #465AC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465AC1 is #B9A53E. Grayscale: #5F5F5F. Windows color (decimal): -12166463 or 12671558. OLE color: 12671558.

HSL color Cylindrical-coordinate representation of color #465AC1: hue angle of 230.24º 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 #465AC1 is Cyan = 0.64, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 70 90 193 -
CMYK 0.64 0.53 0 0.24
HSL 230.24º 0.5% 0.52% -
HSV(B) 230.24º 0.64% 0.76% -
XYZ 15.81 12.46 52.02 -
YUV 95.76 182.87 109.62 -
System Red Green Blue C M Y K H S L
Decimal 70 90 193 0.64 0.53 0 0.24 230.24 0.5 0.52
Hex 46 5A C1 40 35 0 18 E6 32 34
Octal 106 132 301 100 65 0 30 346 62 64
Binary 1000110 1011010 11000001 1000000 110101 0 11000 11100110 110010 110100

Color Harmonies of #465AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465AC1

Black with #465AC1

Text Example


Text Example

White with #465AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465AC1; }

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

 H1.HeaderClassName
 {
   color: #465AC1;
 }
 .AnyTagClassName
 {
   color: #465AC1;
 }
</style>

background-color css

<style>
 a { background-color: #465AC1; }

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

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

border-color css

<style>
 span { border-color: #465AC1; }

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

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