Html Css Color HEX #464FBC Free Speech Blue

📋 copy color: '#464FBC'

red 70 ◦ green 79 ◦ blue 188

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

Shades of Free Speech Blue #464FBC

Tints of Free Speech Blue #464FBC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.44%

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

R = 20.77%
G = 23.44%
B = 55.79%

CMYK

 C value IS 0.63

 M value IS 0.58

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#464FBC (or 0x464FBC) is known color: Free Speech Blue. HEX triplet: 46, 4F and BC. RGB value is (70,79,188). Sum of RGB (Red+Green+Blue) = 70+79+188=337 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.77% from 337); Green value is 79 (31.25% from 255 or 23.44% from 337); Blue value is 188 (73.83% from 255 or 55.79% from 337); Max value from RGB is 188 - color contains mainly: blue. Hex color #464FBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #464FBC is #B9B043. Grayscale: #585858. Windows color (decimal): -12169284 or 12341062. OLE color: 12341062.

HSL color Cylindrical-coordinate representation of color #464FBC: hue angle of 235.42º 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 #464FBC is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 70 79 188 -
CMYK 0.63 0.58 0 0.26
HSL 235.42º 0.47% 0.51% -
HSV(B) 235.42º 0.63% 0.74% -
XYZ 14.4 10.52 48.85 -
YUV 88.74 184.02 114.64 -
System Red Green Blue C M Y K H S L
Decimal 70 79 188 0.63 0.58 0 0.26 235.42 0.47 0.51
Hex 46 4F BC 3F 3A 0 1A EB 2F 33
Octal 106 117 274 77 72 0 32 353 57 63
Binary 1000110 1001111 10111100 111111 111010 0 11010 11101011 101111 110011

Color Harmonies of #464FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464FBC

Black with #464FBC

Text Example


Text Example

White with #464FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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