Html Css Color HEX #464DBC Free Speech Blue

📋 copy color: '#464DBC'

red 70 ◦ green 77 ◦ blue 188

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

Shades of Free Speech Blue #464DBC

Tints of Free Speech Blue #464DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 56.12%

R = 20.9%
G = 22.99%
B = 56.12%

CMYK

 C value IS 0.63

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#464DBC (or 0x464DBC) is known color: Free Speech Blue. HEX triplet: 46, 4D and BC. RGB value is (70,77,188). Sum of RGB (Red+Green+Blue) = 70+77+188=335 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.90% from 335); Green value is 77 (30.47% from 255 or 22.99% from 335); Blue value is 188 (73.83% from 255 or 56.12% from 335); Max value from RGB is 188 - color contains mainly: blue. Hex color #464DBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #464DBC is #B9B243. Grayscale: #575757. Windows color (decimal): -12169796 or 12340550. OLE color: 12340550.

HSL color Cylindrical-coordinate representation of color #464DBC: hue angle of 236.44º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #464DBC is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 70 77 188 -
CMYK 0.63 0.59 0 0.26
HSL 236.44º 0.47% 0.51% -
HSV(B) 236.44º 0.63% 0.74% -
XYZ 14.26 10.24 48.8 -
YUV 87.56 184.68 115.47 -
System Red Green Blue C M Y K H S L
Decimal 70 77 188 0.63 0.59 0 0.26 236.44 0.47 0.51
Hex 46 4D BC 3F 3B 0 1A EC 2F 33
Octal 106 115 274 77 73 0 32 354 57 63
Binary 1000110 1001101 10111100 111111 111011 0 11010 11101100 101111 110011

Color Harmonies of #464DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464DBC

Black with #464DBC

Text Example


Text Example

White with #464DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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