Html Css Color HEX #465FB7 Free Speech Blue

📋 copy color: '#465FB7'

red 70 ◦ green 95 ◦ blue 183

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

Shades of Free Speech Blue #465FB7

Tints of Free Speech Blue #465FB7

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.3%

 BLUE value IS 183 (71.88% from 255) = 52.59%

R = 20.11%
G = 27.3%
B = 52.59%

CMYK

 C value IS 0.62

 M value IS 0.48

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#465FB7 (or 0x465FB7) is known color: Free Speech Blue. HEX triplet: 46, 5F and B7. RGB value is (70,95,183). Sum of RGB (Red+Green+Blue) = 70+95+183=348 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.11% from 348); Green value is 95 (37.5% from 255 or 27.30% from 348); Blue value is 183 (71.88% from 255 or 52.59% from 348); Max value from RGB is 183 - color contains mainly: blue. Hex color #465FB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465FB7 is #B9A048. Grayscale: #616161. Windows color (decimal): -12165193 or 12017478. OLE color: 12017478.

HSL color Cylindrical-coordinate representation of color #465FB7: hue angle of 226.73º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #465FB7 is Cyan = 0.62, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 70 95 183 -
CMYK 0.62 0.48 0 0.28
HSL 226.73º 0.45% 0.5% -
HSV(B) 226.73º 0.62% 0.72% -
XYZ 15.17 12.91 46.49 -
YUV 97.56 176.22 108.34 -
System Red Green Blue C M Y K H S L
Decimal 70 95 183 0.62 0.48 0 0.28 226.73 0.45 0.5
Hex 46 5F B7 3E 30 0 1C E3 2D 32
Octal 106 137 267 76 60 0 34 343 55 62
Binary 1000110 1011111 10110111 111110 110000 0 11100 11100011 101101 110010

Color Harmonies of #465FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465FB7

Black with #465FB7

Text Example


Text Example

White with #465FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,95,183); }

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

background-color css

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

 a { background-color: rgb(70,95,183); }

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

border-color css

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

 span { border-color: rgb(70,95,183); }

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