Html Css Color HEX #464DBF Free Speech Blue

📋 copy color: '#464DBF'

red 70 ◦ green 77 ◦ blue 191

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

Shades of Free Speech Blue #464DBF

Tints of Free Speech Blue #464DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 56.51%

R = 20.71%
G = 22.78%
B = 56.51%

CMYK

 C value IS 0.63

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#464DBF (or 0x464DBF) is known color: Free Speech Blue. HEX triplet: 46, 4D and BF. RGB value is (70,77,191). Sum of RGB (Red+Green+Blue) = 70+77+191=338 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.71% from 338); Green value is 77 (30.47% from 255 or 22.78% from 338); Blue value is 191 (75% from 255 or 56.51% from 338); Max value from RGB is 191 - color contains mainly: blue. Hex color #464DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #464DBF is #B9B240. Grayscale: #575757. Windows color (decimal): -12169793 or 12537158. OLE color: 12537158.

HSL color Cylindrical-coordinate representation of color #464DBF: hue angle of 236.53º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #464DBF is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 70 77 191 -
CMYK 0.63 0.60 0 0.25
HSL 236.53º 0.49% 0.51% -
HSV(B) 236.53º 0.63% 0.75% -
XYZ 14.58 10.37 50.52 -
YUV 87.9 186.18 115.23 -
System Red Green Blue C M Y K H S L
Decimal 70 77 191 0.63 0.60 0 0.25 236.53 0.49 0.51
Hex 46 4D BF 3F 3C 0 19 ED 31 33
Octal 106 115 277 77 74 0 31 355 61 63
Binary 1000110 1001101 10111111 111111 111100 0 11001 11101101 110001 110011

Color Harmonies of #464DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464DBF

Black with #464DBF

Text Example


Text Example

White with #464DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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