Html Css Color HEX #464EDF Free Speech Blue

📋 copy color: '#464EDF'

red 70 ◦ green 78 ◦ blue 223

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

Shades of Free Speech Blue #464EDF

Tints of Free Speech Blue #464EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 60.11%

R = 18.87%
G = 21.02%
B = 60.11%

CMYK

 C value IS 0.69

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#464EDF (or 0x464EDF) is known color: Free Speech Blue. HEX triplet: 46, 4E and DF. RGB value is (70,78,223). Sum of RGB (Red+Green+Blue) = 70+78+223=371 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.87% from 371); Green value is 78 (30.86% from 255 or 21.02% from 371); Blue value is 223 (87.5% from 255 or 60.11% from 371); Max value from RGB is 223 - color contains mainly: blue. Hex color #464EDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #464EDF is #B9B120. Grayscale: #5B5B5B. Windows color (decimal): -12169505 or 14634566. OLE color: 14634566.

HSL color Cylindrical-coordinate representation of color #464EDF: hue angle of 236.86º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #464EDF is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 70 78 223 -
CMYK 0.69 0.65 0 0.13
HSL 236.86º 0.71% 0.57% -
HSV(B) 236.86º 0.69% 0.87% -
XYZ 18.57 12.08 71.16 -
YUV 92.14 201.85 112.21 -
System Red Green Blue C M Y K H S L
Decimal 70 78 223 0.69 0.65 0 0.13 236.86 0.71 0.57
Hex 46 4E DF 45 41 0 D ED 47 39
Octal 106 116 337 105 101 0 15 355 107 71
Binary 1000110 1001110 11011111 1000101 1000001 0 1101 11101101 1000111 111001

Color Harmonies of #464EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464EDF

Black with #464EDF

Text Example


Text Example

White with #464EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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