Html Css Color HEX #465EBE Free Speech Blue

📋 copy color: '#465EBE'

red 70 ◦ green 94 ◦ blue 190

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

Shades of Free Speech Blue #465EBE

Tints of Free Speech Blue #465EBE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.55%

 BLUE value IS 190 (74.61% from 255) = 53.67%

R = 19.77%
G = 26.55%
B = 53.67%

CMYK

 C value IS 0.63

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#465EBE (or 0x465EBE) is known color: Free Speech Blue. HEX triplet: 46, 5E and BE. RGB value is (70,94,190). Sum of RGB (Red+Green+Blue) = 70+94+190=354 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.77% from 354); Green value is 94 (37.11% from 255 or 26.55% from 354); Blue value is 190 (74.61% from 255 or 53.67% from 354); Max value from RGB is 190 - color contains mainly: blue. Hex color #465EBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465EBE is #B9A141. Grayscale: #616161. Windows color (decimal): -12165442 or 12475974. OLE color: 12475974.

HSL color Cylindrical-coordinate representation of color #465EBE: hue angle of 228º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #465EBE is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 70 94 190 -
CMYK 0.63 0.51 0 0.25
HSL 228º 0.48% 0.51% -
HSV(B) 228º 0.63% 0.75% -
XYZ 15.82 13.03 50.4 -
YUV 97.77 180.05 108.19 -
System Red Green Blue C M Y K H S L
Decimal 70 94 190 0.63 0.51 0 0.25 228 0.48 0.51
Hex 46 5E BE 3F 33 0 19 E4 30 33
Octal 106 136 276 77 63 0 31 344 60 63
Binary 1000110 1011110 10111110 111111 110011 0 11001 11100100 110000 110011

Color Harmonies of #465EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465EBE

Black with #465EBE

Text Example


Text Example

White with #465EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,94,190); }

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

background-color css

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

 a { background-color: rgb(70,94,190); }

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

border-color css

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

 span { border-color: rgb(70,94,190); }

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