Html Css Color HEX #465AC5 Free Speech Blue

📋 copy color: '#465AC5'

red 70 ◦ green 90 ◦ blue 197

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

Shades of Free Speech Blue #465AC5

Tints of Free Speech Blue #465AC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 55.18%

R = 19.61%
G = 25.21%
B = 55.18%

CMYK

 C value IS 0.64

 M value IS 0.54

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#465AC5 (or 0x465AC5) is known color: Free Speech Blue. HEX triplet: 46, 5A and C5. RGB value is (70,90,197). Sum of RGB (Red+Green+Blue) = 70+90+197=357 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.61% from 357); Green value is 90 (35.55% from 255 or 25.21% from 357); Blue value is 197 (77.34% from 255 or 55.18% from 357); Max value from RGB is 197 - color contains mainly: blue. Hex color #465AC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465AC5 is #B9A53A. Grayscale: #5F5F5F. Windows color (decimal): -12166459 or 12933702. OLE color: 12933702.

HSL color Cylindrical-coordinate representation of color #465AC5: hue angle of 230.55º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #465AC5 is Cyan = 0.64, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 70 90 197 -
CMYK 0.64 0.54 0 0.23
HSL 230.55º 0.52% 0.52% -
HSV(B) 230.55º 0.64% 0.77% -
XYZ 16.26 12.65 54.41 -
YUV 96.22 184.87 109.3 -
System Red Green Blue C M Y K H S L
Decimal 70 90 197 0.64 0.54 0 0.23 230.55 0.52 0.52
Hex 46 5A C5 40 36 0 17 E7 34 34
Octal 106 132 305 100 66 0 27 347 64 64
Binary 1000110 1011010 11000101 1000000 110110 0 10111 11100111 110100 110100

Color Harmonies of #465AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465AC5

Black with #465AC5

Text Example


Text Example

White with #465AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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