Html Css Color HEX #464EC8 Free Speech Blue

📋 copy color: '#464EC8'

red 70 ◦ green 78 ◦ blue 200

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

Shades of Free Speech Blue #464EC8

Tints of Free Speech Blue #464EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 57.47%

R = 20.11%
G = 22.41%
B = 57.47%

CMYK

 C value IS 0.65

 M value IS 0.61

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#464EC8 (or 0x464EC8) is known color: Free Speech Blue. HEX triplet: 46, 4E and C8. RGB value is (70,78,200). Sum of RGB (Red+Green+Blue) = 70+78+200=348 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.11% from 348); Green value is 78 (30.86% from 255 or 22.41% from 348); Blue value is 200 (78.52% from 255 or 57.47% from 348); Max value from RGB is 200 - color contains mainly: blue. Hex color #464EC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #464EC8 is #B9B137. Grayscale: #595959. Windows color (decimal): -12169528 or 13127238. OLE color: 13127238.

HSL color Cylindrical-coordinate representation of color #464EC8: hue angle of 236.31º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #464EC8 is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 70 78 200 -
CMYK 0.65 0.61 0 0.22
HSL 236.31º 0.54% 0.53% -
HSV(B) 236.31º 0.65% 0.78% -
XYZ 15.68 10.92 55.93 -
YUV 89.52 190.35 114.08 -
System Red Green Blue C M Y K H S L
Decimal 70 78 200 0.65 0.61 0 0.22 236.31 0.54 0.53
Hex 46 4E C8 41 3D 0 16 EC 36 35
Octal 106 116 310 101 75 0 26 354 66 65
Binary 1000110 1001110 11001000 1000001 111101 0 10110 11101100 110110 110101

Color Harmonies of #464EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464EC8

Black with #464EC8

Text Example


Text Example

White with #464EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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