Html Css Color HEX #464DDE Free Speech Blue

📋 copy color: '#464DDE'

red 70 ◦ green 77 ◦ blue 222

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

Shades of Free Speech Blue #464DDE

Tints of Free Speech Blue #464DDE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.87%

 BLUE value IS 222 (87.11% from 255) = 60.16%

R = 18.97%
G = 20.87%
B = 60.16%

CMYK

 C value IS 0.68

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#464DDE (or 0x464DDE) is known color: Free Speech Blue. HEX triplet: 46, 4D and DE. RGB value is (70,77,222). Sum of RGB (Red+Green+Blue) = 70+77+222=369 (48% of max value = 765). Red value is 70 (27.73% from 255 or 18.97% from 369); Green value is 77 (30.47% from 255 or 20.87% from 369); Blue value is 222 (87.11% from 255 or 60.16% from 369); Max value from RGB is 222 - color contains mainly: blue. Hex color #464DDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #464DDE is #B9B221. Grayscale: #5A5A5A. Windows color (decimal): -12169762 or 14568774. OLE color: 14568774.

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

Color convert

RGB 70 77 222 -
CMYK 0.68 0.65 0 0.13
HSL 237.24º 0.7% 0.57% -
HSV(B) 237.24º 0.68% 0.87% -
XYZ 18.36 11.88 70.43 -
YUV 91.44 201.68 112.71 -
System Red Green Blue C M Y K H S L
Decimal 70 77 222 0.68 0.65 0 0.13 237.24 0.7 0.57
Hex 46 4D DE 44 41 0 D ED 46 39
Octal 106 115 336 104 101 0 15 355 106 71
Binary 1000110 1001101 11011110 1000100 1000001 0 1101 11101101 1000110 111001

Color Harmonies of #464DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464DDE

Black with #464DDE

Text Example


Text Example

White with #464DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,77,222); }

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

background-color css

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

 a { background-color: rgb(70,77,222); }

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

border-color css

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

 span { border-color: rgb(70,77,222); }

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