Html Css Color HEX #464EC4 Free Speech Blue

📋 copy color: '#464EC4'

red 70 ◦ green 78 ◦ blue 196

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

Shades of Free Speech Blue #464EC4

Tints of Free Speech Blue #464EC4

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.67%

 BLUE value IS 196 (76.95% from 255) = 56.98%

R = 20.35%
G = 22.67%
B = 56.98%

CMYK

 C value IS 0.64

 M value IS 0.60

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#464EC4 (or 0x464EC4) is known color: Free Speech Blue. HEX triplet: 46, 4E and C4. RGB value is (70,78,196). Sum of RGB (Red+Green+Blue) = 70+78+196=344 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.35% from 344); Green value is 78 (30.86% from 255 or 22.67% from 344); Blue value is 196 (76.95% from 255 or 56.98% from 344); Max value from RGB is 196 - color contains mainly: blue. Hex color #464EC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #464EC4 is #B9B13B. Grayscale: #585858. Windows color (decimal): -12169532 or 12865094. OLE color: 12865094.

HSL color Cylindrical-coordinate representation of color #464EC4: hue angle of 236.19º 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 #464EC4 is Cyan = 0.64, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 70 78 196 -
CMYK 0.64 0.60 0 0.23
HSL 236.19º 0.52% 0.52% -
HSV(B) 236.19º 0.64% 0.77% -
XYZ 15.21 10.74 53.5 -
YUV 89.06 188.35 114.41 -
System Red Green Blue C M Y K H S L
Decimal 70 78 196 0.64 0.60 0 0.23 236.19 0.52 0.52
Hex 46 4E C4 40 3C 0 17 EC 34 34
Octal 106 116 304 100 74 0 27 354 64 64
Binary 1000110 1001110 11000100 1000000 111100 0 10111 11101100 110100 110100

Color Harmonies of #464EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464EC4

Black with #464EC4

Text Example


Text Example

White with #464EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,78,196); }

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

background-color css

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

 a { background-color: rgb(70,78,196); }

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

border-color css

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

 span { border-color: rgb(70,78,196); }

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