Html Css Color HEX #465BBB Free Speech Blue

📋 copy color: '#465BBB'

red 70 ◦ green 91 ◦ blue 187

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

Shades of Free Speech Blue #465BBB

Tints of Free Speech Blue #465BBB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.15%

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

R = 20.11%
G = 26.15%
B = 53.74%

CMYK

 C value IS 0.63

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#465BBB (or 0x465BBB) is known color: Free Speech Blue. HEX triplet: 46, 5B and BB. RGB value is (70,91,187). Sum of RGB (Red+Green+Blue) = 70+91+187=348 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.11% from 348); Green value is 91 (35.94% from 255 or 26.15% from 348); Blue value is 187 (73.44% from 255 or 53.74% from 348); Max value from RGB is 187 - color contains mainly: blue. Hex color #465BBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465BBB is #B9A444. Grayscale: #5F5F5F. Windows color (decimal): -12166213 or 12278598. OLE color: 12278598.

HSL color Cylindrical-coordinate representation of color #465BBB: hue angle of 229.23º 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 #465BBB is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 70 91 187 -
CMYK 0.63 0.51 0 0.27
HSL 229.23º 0.46% 0.5% -
HSV(B) 229.23º 0.63% 0.73% -
XYZ 15.24 12.37 48.6 -
YUV 95.67 179.54 109.69 -
System Red Green Blue C M Y K H S L
Decimal 70 91 187 0.63 0.51 0 0.27 229.23 0.46 0.5
Hex 46 5B BB 3F 33 0 1B E5 2E 32
Octal 106 133 273 77 63 0 33 345 56 62
Binary 1000110 1011011 10111011 111111 110011 0 11011 11100101 101110 110010

Color Harmonies of #465BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465BBB

Black with #465BBB

Text Example


Text Example

White with #465BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465BBB; }

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

 H1.HeaderClassName
 {
   color: #465BBB;
 }
 .AnyTagClassName
 {
   color: #465BBB;
 }
</style>

background-color css

<style>
 a { background-color: #465BBB; }

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

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

border-color css

<style>
 span { border-color: #465BBB; }

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

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