Html Css Color HEX #464DBB Free Speech Blue

📋 copy color: '#464DBB'

red 70 ◦ green 77 ◦ blue 187

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

Shades of Free Speech Blue #464DBB

Tints of Free Speech Blue #464DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 55.99%

R = 20.96%
G = 23.05%
B = 55.99%

CMYK

 C value IS 0.63

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#464DBB (or 0x464DBB) is known color: Free Speech Blue. HEX triplet: 46, 4D and BB. RGB value is (70,77,187). Sum of RGB (Red+Green+Blue) = 70+77+187=334 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.96% from 334); Green value is 77 (30.47% from 255 or 23.05% from 334); Blue value is 187 (73.44% from 255 or 55.99% from 334); Max value from RGB is 187 - color contains mainly: blue. Hex color #464DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #464DBB is #B9B244. Grayscale: #575757. Windows color (decimal): -12169797 or 12275014. OLE color: 12275014.

HSL color Cylindrical-coordinate representation of color #464DBB: hue angle of 236.41º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #464DBB is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 70 77 187 -
CMYK 0.63 0.59 0 0.27
HSL 236.41º 0.46% 0.5% -
HSV(B) 236.41º 0.63% 0.73% -
XYZ 14.15 10.2 48.24 -
YUV 87.45 184.18 115.56 -
System Red Green Blue C M Y K H S L
Decimal 70 77 187 0.63 0.59 0 0.27 236.41 0.46 0.5
Hex 46 4D BB 3F 3B 0 1B EC 2E 32
Octal 106 115 273 77 73 0 33 354 56 62
Binary 1000110 1001101 10111011 111111 111011 0 11011 11101100 101110 110010

Color Harmonies of #464DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464DBB

Black with #464DBB

Text Example


Text Example

White with #464DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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